[ZD1211RW]: Don't needlessly initialize variable to NULL in zd_chip
authorJesper Juhl <jesper.juhl@gmail.com>
Thu, 30 Aug 2007 22:30:31 +0000 (00:30 +0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:52:17 +0000 (16:52 -0700)
No need to initialize to NULL when variable is never used before
it's assigned the return value of a kmalloc() call.

Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found