i2c: ismt: use correct length when copy buffer
authorFan Du <fan.du@intel.com>
Tue, 16 Sep 2014 09:21:04 +0000 (17:21 +0800)
committerWolfram Sang <wsa@the-dreams.de>
Sat, 20 Sep 2014 12:56:19 +0000 (14:56 +0200)
commit979bbf7b7ae75cfc06e09d09eda38009a3bdc4a4
tree21a516ee7c162ac5d7b7718aec594a729e875087
parent938916fbb8e8cb67eacb784f4eda17e2950c16c5
i2c: ismt: use correct length when copy buffer

In block write mode, when encapsulating dma_buffer, first element is
'command', the rest is data buffer, so only copy actual data buffer
starting from block[1] with the size indicating by block[0].

Signed-off-by: Fan Du <fan.du@intel.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Cc: stable@kernel.org
drivers/i2c/busses/i2c-ismt.c