git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d06956
)
[SCSI] mptfusion: Corrected declaration of device_missing_delay
author
Kashyap, Desai
<kashyap.desai@lsi.com>
Thu, 17 Jun 2010 09:09:25 +0000
(14:39 +0530)
committer
James Bottomley
<James.Bottomley@suse.de>
Tue, 27 Jul 2010 17:02:28 +0000
(12:02 -0500)
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 <kashyap.desai@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
No differences found