OSDN Git Service

hw/input/tsc210x: Remove superfluous memset
authorThomas Huth <thuth@redhat.com>
Fri, 9 Oct 2015 15:56:36 +0000 (17:56 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 6 Nov 2015 12:42:38 +0000 (15:42 +0300)
commita6c6d827605e416f0e127a325ee1efc9cf16afa5
tree82db55296e541a12ac3da5a002e662f044cf9f11
parent2c21ec3d1818cb0395b5a9b73128e6920d44def7
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>
hw/input/tsc210x.c