]> bbs.cooldavid.org Git - net-next-2.6.git/commit
NCR5380: bit MR_DMA_MODE set twice in NCR5380_transfer_dma()
authorRoel Kluin <roel.kluin@gmail.com>
Wed, 11 Aug 2010 01:01:11 +0000 (18:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Aug 2010 15:59:00 +0000 (08:59 -0700)
commit085267acd0ca29623c8239a38639d43d6d21e972
tree0f9f1b3fe7e33ec6bae67d403f9e085c92bb0075
parent2c076eea6d3005c54f6e7be5938477fdc7027686
NCR5380: bit MR_DMA_MODE set twice in NCR5380_transfer_dma()

Besides keeping the line short, the second setting of the MR_DMA_MODE bit
was removed.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/scsi/NCR5380.c