aboutsummaryrefslogtreecommitdiff
path: root/fs/jbd/commit.c
diff options
context:
space:
mode:
authorJarkko Nikula <[email protected]>2011-03-21 16:27:30 +0200
committerGrant Likely <[email protected]>2011-03-23 15:04:15 -0600
commit95c5c3ab7db0dcaeebeb771b90152cd47aa27243 (patch)
tree450ce019ebef4829a1526dc1e43393fa6cf7bc63 /fs/jbd/commit.c
parenta7006c9747ef225ab070d96c054e85682a09a13e (diff)
spi/omap_mcspi: Fix broken last word xfer
Commit adef658 "spi/omap_mcspi: catch xfers of non-multiple SPI word size" broke the transmission of last word in cases where access is multiple of word size and word size is 16 or 32 bits. Fix this by replacing the test "c > (word_len>>3)" in do-while loops with "c >= 'pointer increment size'". This ensures that the last word is transmitted in above case and still allow to break the loop and prevent variable c underflow in cases where word size != 'pointer increment size'. Signed-off-by: Jarkko Nikula <[email protected]> Tested-by: Sourav Poddar<[email protected]> Acked-by: Michael Jones <[email protected]> Signed-off-by: Grant Likely <[email protected]>
Diffstat (limited to 'fs/jbd/commit.c')
0 files changed, 0 insertions, 0 deletions