diff options
author | mark-yw.chen <mark-yw.chen@mediatek.com> | 2021-08-06 04:35:16 +0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2021-08-06 15:49:25 +0300 |
commit | 146af22649020e6b163482bc66150683ebf893bf (patch) | |
tree | e25e1b5dd6d36f183db52f3a47f4b7dcb8fbbac5 /tools/perf/scripts/python/stackcollapse.py | |
parent | 1804fdf6e494e5e2938c65d8391690b59bcff897 (diff) | |
download | linux-146af22649020e6b163482bc66150683ebf893bf.tar.xz |
Bluetooth: btusb: Fix fall-through warnings
Fix fall-through warnings:
drivers/bluetooth/btusb.c: In function ‘btusb_recv_acl_mtk’:
drivers/bluetooth/btusb.c:4033:3: warning:
this statement may fall through [-Wimplicit-fallthrough=]
4033 | usb_disable_autosuspend(data->udev);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/bluetooth/btusb.c:4034:2: note: here
4034 | case 0x05ff: /* Firmware debug logging 1 */
| ^~~~
Signed-off-by: mark-yw.chen <mark-yw.chen@mediatek.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions