qemu-patch-raspberry4/hw/input
Thomas Huth a6c6d82760 hw/input/tsc210x: Remove superfluous memset
g_malloc0 already clears the memory, so no need for additional
memsets here. And while we're at it, let's also remove the
superfluous typecasts for the return values of g_malloc0
and use the type-safe g_new0 instead.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2015-11-06 15:42:38 +03:00
..
adb.c adb: add to input category 2015-10-23 12:35:17 +11:00
hid.c input: Convert to new qapi union layout 2015-11-02 08:30:28 +01:00
lm832x.c vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR* 2015-01-26 12:22:44 +01:00
Makefile.objs virtio-input: Fix device introspection on non-Linux hosts 2015-10-09 15:25:56 +02:00
milkymist-softusb.c Fix bad error handling after memory_region_init_ram() 2015-09-18 14:39:29 +02:00
pckbd.c migration: Use normal VMStateDescriptions for Subsections 2015-06-12 06:53:57 +02:00
pl050.c
ps2.c input: Convert to new qapi union layout 2015-11-02 08:30:28 +01:00
pxa2xx_keypad.c
stellaris_input.c typofixes - v4 2015-09-11 10:45:43 +03:00
tsc210x.c hw/input/tsc210x: Remove superfluous memset 2015-11-06 15:42:38 +03:00
tsc2005.c
virtio-input-hid.c input: Convert to new qapi union layout 2015-11-02 08:30:28 +01:00
virtio-input-host.c virtio-input: move sys/ioctl.h include 2015-07-16 17:34:41 +02:00
virtio-input.c virtio-input: ignore events until the guest driver is ready 2015-10-20 08:53:40 +02:00
vmmouse.c