]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: unisys: visorbus: Remove useless initialization.
authorDavid Kershner <david.kershner@unisys.com>
Wed, 30 Aug 2017 17:36:21 +0000 (13:36 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 31 Aug 2017 16:17:39 +0000 (18:17 +0200)
commita6f24e9554b2663177fb451186a3cfedaca7af33
tree3e857c7e953a0b2205b8119084db2276a226406a
parent7fa098a1c61d2499e992b3855238fc743c81cf39
staging: unisys: visorbus: Remove useless initialization.

The variable ctx was allocated with kzalloc, so all the data inside is
zero, no need to reset it to 0.

Signed-off-by: David Kershner <david.kershner@unisys.com>
Reviewed-by: Tim Sell <timothy.sell@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorbus/visorchipset.c