From: Kashyap, Desai Date: Thu, 17 Jun 2010 09:09:25 +0000 (+0530) Subject: [SCSI] mptfusion: Corrected declaration of device_missing_delay X-Git-Tag: v2.6.36-rc1~570^2~166 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aca794ddd688f1bbb7551f569b0620255c052d80;p=pandora-kernel.git [SCSI] mptfusion: Corrected declaration of device_missing_delay device missing delay is 8 bit value in io unit pg1. Making correct variable declaration for device_missing_delay. The driver is storing the calculated device missing delay in IOC structure as a u8 instead of a u16. It needs to be a u16 if the delay is > 255. Signed-off-by: Kashyap Desai Signed-off-by: James Bottomley --- Reading git-diff-tree failed