From: James Bottomley Date: Sat, 30 Jul 2005 15:37:55 +0000 (-0500) Subject: [SCSI] aic7xxx: fix bug in DT handing X-Git-Tag: v2.6.13-rc6~53^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7ff898ad3971cd36967453d331c57d97d407007;p=pandora-kernel.git [SCSI] aic7xxx: fix bug in DT handing 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 --- Reading git-diff-tree failed