From: Jing Huang Date: Wed, 13 Apr 2011 18:44:03 +0000 (-0700) Subject: [SCSI] bfa: firmware download fix X-Git-Tag: v3.0-rc1~383^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61338a0b3493fddfca2980ece4423839748fcbab;p=pandora-kernel.git [SCSI] bfa: firmware download fix This patch includes fixes for two issues releated to firmware download implementation: 1) Merged memory leak fix provided by Jesper Juhl . Basically we need to call release_firmware() after request_firmware(). 2) fixed issues with the firmware download interface as pointed out by Rolf Eike Beer in linux-scsi. Rearranged the code and fixed related function protypes. Signed-off-by: Jing Huang Signed-off-by: James Bottomley --- Reading git-diff-tree failed