wilc1000: host_interface.c: global variables do not need to be explicitly initialized...
authorDaniel Machon <dmachon.dev@gmail.com>
Mon, 6 Jul 2015 17:48:04 +0000 (19:48 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 7 Jul 2015 02:33:51 +0000 (19:33 -0700)
commit6fdb302c1d996d2e0c1c527aa6f54a04ee80a0d8
treecc09d7fe748b2e8f9359848d9d1034c88d80fbc8
parent137b9938849901f8e402da15736125b0a0bd2477
wilc1000: host_interface.c: global variables do not need to be explicitly initialized to 0 or NULL.

Fixed explicit initialization of global pointer variable.

GCC takes care of this implicitly.

Signed-off-by: Daniel Machon <dmachon.dev@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c
This page took 0.027388 seconds and 5 git commands to generate.