commit | fa46081c506ab518e8ea4095bc21b6d544006c00 | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jesper.juhl@gmail.com> | Fri Aug 31 00:30:31 2007 +0200 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:52:17 2007 -0700 |
tree | 8ad721949d536e7122dc4f75b690b35736fc72c0 | |
parent | e24eb521fbf2a350ce879dfc1d8e56d4ffa2aa22 [diff] |
[ZD1211RW]: Don't needlessly initialize variable to NULL in zd_chip 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>