From: Mike Christie Date: Wed, 10 Feb 2010 22:51:48 +0000 (-0600) Subject: [SCSI] qla4xxx: fix compile warning due to invalid extHwConfig X-Git-Tag: v2.6.34-rc1~284^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3925514f6f6878e3f671fb6990874e731a26d02;p=pandora-kernel.git [SCSI] qla4xxx: fix compile warning due to invalid extHwConfig If the nvram is invalid qla4xxx tries to set Asuint32_t based on the card type. If the card type is not listed then Asuint32_t is going to be gargabe. This just fixes that if/elseif by adding a else to catch the case for new hardware that might not be listed yet. Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed