Re: [net-next 1/3] iwmc3200top: clean up fw_download

2009-12-23 Thread David Miller
From: Tomas Winkler Date: Wed, 16 Dec 2009 16:26:24 +0200 > 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 >

[net-next 1/3] iwmc3200top: clean up fw_download

2009-12-16 Thread Tomas Winkler
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 --- drivers/misc/iwmc3200top/fw-downl