From: Kashyap, Desai Date: Fri, 29 May 2009 11:22:37 +0000 (+0530) Subject: [SCSI] mpt fusion: Code Cleanup patch X-Git-Tag: v2.6.31-rc1~365^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f187862e579f1f5e883188cab6bd867cb60387f;p=pandora-kernel.git [SCSI] mpt fusion: Code Cleanup patch Resending patch considering Grants G's code review. Main goal to submit this patch is code cleaup. 1. Better driver debug prints and code indentation. 2. fault_reset_work_lock is not used anywhere. driver is using taskmgmt_lock instead of fault_reset_work_lock. 3. setting pci_set_drvdata properly. 4. Ingore config request when IOC is in reset state.( ioc_reset_in_progress is set). 5. Init/clear managment frame proprely.(INITIALIZE_MGMT_STATUS and CLEAR_MGMT_STATUS) Signed-off-by: Kashyap Desai Signed-off-by: James Bottomley --- Reading git-diff-tree failed