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

2009-12-15 Thread Winkler, Tomas
> -Original Message- > From: David Miller [mailto:da...@davemloft.net] > Sent: Tuesday, December 15, 2009 7:46 AM > To: Winkler, Tomas > Cc: net...@vger.kernel.org; linux-mmc@vger.kernel.org; Zhu, Yi; Perez- > Gonzalez, Inaky; Cohen, Guy; Rindjunsky, Ron > Subj

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

2009-12-14 Thread David Miller
Unless you've been living under a rock, you should know that the net-2.6 tree was closed for all non-bugfix changes as of more than a week ago. Therefore submitting cleanups for net-2.6 is not appropriate. Resend your patches when net-next-2.6 opens up, which should be shorly after Linus release

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

2009-12-14 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