]> git.baikalelectronics.ru Git - kernel.git/commit
staging: dgnc: remove initialization of global
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Sat, 3 Oct 2015 15:22:48 +0000 (20:52 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Oct 2015 08:30:14 +0000 (09:30 +0100)
commita9d0de1d792f592efb540218f988c9a2deec4806
treec369bdabe317c0d6b7b9380e998c7c0201ba235e
parent8f693d41bf5a9ed3a5d4afcbc3b96f757c1de63b
staging: dgnc: remove initialization of global

globals variable will be initialied to 0 and the global pointers will be
to NULL. No need to initialize them separately.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/dgnc_driver.c