]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: pxa3xx_nand: Fix PIO data transfer
authorDavid Hunter <hunterd42@gmail.com>
Tue, 24 Nov 2009 05:02:35 +0000 (21:02 -0800)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 30 Nov 2009 11:42:04 +0000 (11:42 +0000)
commit48c6155b1da0220fff7d086d01aec2bc9994f5cc
treea9fd95bd4c10bea9cd94f7980c534da3123adcc9
parentea0df60534193fca2fdb1e401564dc857ce2a70d
mtd: pxa3xx_nand: Fix PIO data transfer

The shift operator used here to convert from bytes to 32-bit words is
backwards.

Signed-off-by: David Hunter <hunterd42@gmail.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/nand/pxa3xx_nand.c