spi/fsl_espi: fix wrong setting of the address in the command buffer
authorMingkai Hu <Mingkai.hu@freescale.com>
Tue, 21 Dec 2010 01:27:02 +0000 (09:27 +0800)
committerGrant Likely <grant.likely@secretlab.ca>
Fri, 24 Dec 2010 08:53:57 +0000 (01:53 -0700)
commit0dd2c96f19b0cffaeb437e50fa5da195920c6e78
treeb8581f7c418ec4bbc58737b8344a398eb0b94a65
parente6289d63a6f39237a027dcee46366ba158cb8406
spi/fsl_espi: fix wrong setting of the address in the command buffer

Or else we can't operate on the right address when the trans length
is greater than 65535.

Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/spi/spi_fsl_espi.c