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:
e572f7c
)
[SCSI] aic7xxx: fix bug in DT handing
author
James Bottomley
<James.Bottomley@steeleye.com>
Sat, 30 Jul 2005 15:37:55 +0000
(10:37 -0500)
committer
James Bottomley
<jejb@mulgrave.(none)>
Sat, 30 Jul 2005 15:44:38 +0000
(10:44 -0500)
Basically DT isn't reported or handled at all. The problem is that
lines of code like this:
spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ;
don't do what you think they do when spi_dt is a single bit variable.
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
No differences found