summaryrefslogtreecommitdiff
path: root/screen.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2014-09-09 14:32:23 +0200
committerTobias Klauser <tklauser@distanz.ch>2014-09-09 14:32:23 +0200
commit83db3213e55a646132e092014e162ebfe16b7236 (patch)
tree4e69a8c32a36a84814d710cb7bbb01c4693433d2 /screen.c
parent29e8d65ae49ef1c9435fb861b1fc55ef2305d7ed (diff)
netsniff-ng: Remove useless check for ctx.device_in
If ctx.device_in is NULL after option parsing, it is always set to "any", which is before this check. Thus, it serves no purpose and can be removed. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'screen.c')
0 files changed, 0 insertions, 0 deletions
uffer 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 'include/acpi/button.h')