diff options
| author | 2016-07-20 14:42:28 -0700 | |
|---|---|---|
| committer | 2016-07-20 14:42:28 -0700 | |
| commit | 4599f772e7d94a25b0ecad203cdeabf1744b219c (patch) | |
| tree | 3df0e34ca6cdcad7dceb4b38c9650fd093bf2247 /drivers/misc/ti-st/st_core.c | |
| parent | bpf, elf: add official ELF machine define for eBPF (diff) | |
| parent | Bluetooth: btmrvl: reset is_suspending flag in failure path (diff) | |
| download | wireguard-linux-4599f772e7d94a25b0ecad203cdeabf1744b219c.tar.xz wireguard-linux-4599f772e7d94a25b0ecad203cdeabf1744b219c.zip | |
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
Johan Hedberg says:
====================
pull request: bluetooth-next 2016-07-19
Here's likely the last bluetooth-next pull request for the 4.8 kernel:
- Fix for L2CAP setsockopt
- Fix for is_suspending flag handling in btmrvl driver
- Addition of Bluetooth HW & FW info fields to debugfs
- Fix to use int instead of char for callback status.
The last one (from Geert Uytterhoeven) is actually not purely a
Bluetooth (or 802.15.4) patch, but it was agreed with other maintainers
that we take it through the bluetooth-next tree.
Please let me know if there are any issues pulling. Thanks.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/misc/ti-st/st_core.c')
| -rw-r--r-- | drivers/misc/ti-st/st_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/ti-st/st_core.c b/drivers/misc/ti-st/st_core.c index dcdbd58672cc..00051590e00f 100644 --- a/drivers/misc/ti-st/st_core.c +++ b/drivers/misc/ti-st/st_core.c @@ -141,7 +141,7 @@ static void st_send_frame(unsigned char chnl_id, struct st_data_s *st_gdata) * This function is being called with spin lock held, protocol drivers are * only expected to complete their waits and do nothing more than that. */ -static void st_reg_complete(struct st_data_s *st_gdata, char err) +static void st_reg_complete(struct st_data_s *st_gdata, int err) { unsigned char i = 0; pr_info(" %s ", __func__); |
