qemu-patch-raspberry4/hw/input
Philippe Mathieu-Daudé 1cf5ae5129 hw/input/adb-kbd: Remove dead assignment
Since commit 5a1f49718 the 'olen' variable is not really
used. Remove it to fix a warning reported by Clang static
code analyzer:

    CC      hw/input/adb-kbd.o
  hw/input/adb-kbd.c:200:5: warning: Value stored to 'olen' is never read
      olen = 0;
      ^      ~

Fixes: 5a1f49718 (adb: add support for QKeyCode)
Reported-by: Clang Static Analyzer
Suggested-by: BALATON Zoltan <balaton@eik.bme.hu>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200422133152.16770-5-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2020-05-04 14:43:24 +02:00
..
adb-internal.h Supply missing header guards 2019-06-12 13:20:21 +02:00
adb-kbd.c hw/input/adb-kbd: Remove dead assignment 2020-05-04 14:43:24 +02:00
adb-mouse.c Include migration/vmstate.h less 2019-08-16 13:31:52 +02:00
adb.c qdev: set properties with device_class_set_props() 2020-01-24 20:59:15 +01:00
hid.c Include hw/hw.h exactly where needed 2019-08-16 13:31:52 +02:00
Kconfig hw/input: Do not enable CONFIG_PCKBD by default 2020-02-04 09:01:31 +01:00
lasips2.c hppa: add emulation of LASI PS2 controllers 2020-01-27 10:49:51 -08:00
lm832x.c hw/input/lm832x: Convert reset handler to DeviceReset 2019-10-15 18:18:08 -03:00
Makefile.objs hw/*/Makefile.objs: Move many .o files to common-objs 2020-02-04 09:00:57 +01:00
milkymist-softusb.c qdev: set properties with device_class_set_props() 2020-01-24 20:59:15 +01:00
pckbd.c vmmouse: replace PROP_PTR with PROP_LINK 2020-01-07 17:24:29 +04:00
pl050.c Include migration/vmstate.h less 2019-08-16 13:31:52 +02:00
ps2.c hppa: add emulation of LASI PS2 controllers 2020-01-27 10:49:51 -08:00
pxa2xx_keypad.c Include migration/vmstate.h less 2019-08-16 13:31:52 +02:00
stellaris_input.c migration: Define VMSTATE_INSTANCE_ID_ANY 2020-01-20 09:10:23 +01:00
trace-events hppa: add emulation of LASI PS2 controllers 2020-01-27 10:49:51 -08:00
tsc210x.c Include migration/vmstate.h less 2019-08-16 13:31:52 +02:00
tsc2005.c Include hw/hw.h exactly where needed 2019-08-16 13:31:52 +02:00
vhost-user-input.c Include hw/qdev-properties.h less 2019-08-16 13:31:53 +02:00
virtio-input-hid.c qdev: set properties with device_class_set_props() 2020-01-24 20:59:15 +01:00
virtio-input-host.c qdev: set properties with device_class_set_props() 2020-01-24 20:59:15 +01:00
virtio-input.c qdev: set properties with device_class_set_props() 2020-01-24 20:59:15 +01:00