summaryrefslogtreecommitdiff
path: root/die.h
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-10-02 08:17:23 +0200
committerTobias Klauser <tklauser@distanz.ch>2013-10-02 08:17:23 +0200
commitd94e3725ecb2282d802e1241df4e491cc7da6720 (patch)
tree7ef785a687d69d8eb4dc9952326a6c7c74f327c6 /die.h
parent1d578a532ac87ede90c01b6a3eb8a8c74eca4787 (diff)
ifpps: Mark omit_header parameter to screen_main() as unused
Otherwise we get a warning when compiling with "-W -Wall". Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'die.h')
0 files changed, 0 insertions, 0 deletions
a0654&id2=877a021e08ccb6434718c0cc781fdf943c884cc0'>diff)
HID: cp2112: 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/fsl/imx-mc13783.c')