summaryrefslogtreecommitdiff
path: root/link.h
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-11-05 10:27:50 +0100
committerTobias Klauser <tklauser@distanz.ch>2015-11-05 10:27:50 +0100
commitced058002d01024a18e9d9e2dda2a9af5854e232 (patch)
treeb8126fdfb63d0b282e040391ae94b63e1f93a6e7 /link.h
parentf15857041821ba75eb608726c2aae15b4177b1f1 (diff)
ifpps: Remove unnecessary memset before ethtool_drvinf()
ethtool_drvinf() already clears the struct ethtool_drvinfo, so there is no need to do it manually before calling it. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'link.h')
0 files changed, 0 insertions, 0 deletions
tr>
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/samsung/spdif.h')