|
From: <swg...@us...> - 2008-05-01 06:46:29
|
Revision: 360
http://scst.svn.sourceforge.net/scst/?rev=360&view=rev
Author: swgruszka
Date: 2008-04-30 23:46:23 -0700 (Wed, 30 Apr 2008)
Log Message:
-----------
Nullify f/w pointer if load fails.
Modified Paths:
--------------
trunk/qla_isp/linux/isp_pci.c
Modified: trunk/qla_isp/linux/isp_pci.c
===================================================================
--- trunk/qla_isp/linux/isp_pci.c 2008-04-30 14:19:38 UTC (rev 359)
+++ trunk/qla_isp/linux/isp_pci.c 2008-05-01 06:46:23 UTC (rev 360)
@@ -925,6 +925,7 @@
#endif
} else {
isp_prt(isp, ISP_LOGWARN, "unable to load firmware set \"%s\"", fwname);
+ isp->isp_osinfo.fwp = NULL;
}
}
#endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|