summaryrefslogtreecommitdiff
path: root/REPORTING-BUGS
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2016-04-26 14:46:40 +0200
committerTobias Klauser <tklauser@distanz.ch>2016-04-26 14:47:11 +0200
commit4112e4fa36563699611c95d7a39664bcfa46a9b1 (patch)
tree53bfbd93985883d78252f9b0bba86c758aebbdb2 /REPORTING-BUGS
parent4cc9f0befecc409684adab0b2924a763ec31b807 (diff)
ifpps: Mark arg parameter of on_panic_handler() as unused
This fixes the following -Wunused-parameter warning: ifpps.c: In function ‘on_panic_handler’: ifpps.c:1128:36: warning: unused parameter ‘arg’ [-Wunused-parameter] static void on_panic_handler(void *arg) Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'REPORTING-BUGS')
0 files changed, 0 insertions, 0 deletions
: fix sleep-while-atomic
A recent commit fixing DMA-buffers on stack added a shared transfer buffer protected by a spinlock. This is broken as the USB HID request callbacks can sleep. Fix this up by replacing the spinlock with a mutex. Fixes: 1ffb3c40ffb5 ("HID: cp2112: make transfer buffers DMA capable") Cc: stable <stable@vger.kernel.org> # 4.9 Signed-off-by: Johan Hovold <johan@kernel.org> Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'sound/soc/codecs/wm5100-tables.c')