commit | 9fa4d67c6e4d678271798f006ca1d945e8b2bd5c | [log] [tgz] |
---|---|---|
author | Tomas Winkler <tomas.winkler@intel.com> | Wed Dec 16 04:26:24 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 23 14:13:31 2009 -0800 |
tree | 9be8da798c79ba7511b6805886eb5d17d111ad2c | |
parent | 31d12926e37291970dd4f6e9940df3897766a81d [diff] |
iwmc3200top: clean up fw_download 1. removed redundant NULL-pointers checks in iwmct_fw_load as release_firmware and kfree are NULL pointer friendly 2. remove redundant memset of the parser since the structure is fully initialized in iwmct_fw_parser_init function Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>