memstick: mspro_block: add missing curly braces
authorDan Carpenter <[email protected]>
Thu, 16 Apr 2015 19:48:35 +0000 (12:48 -0700)
committerLinus Torvalds <[email protected]>
Fri, 17 Apr 2015 13:04:09 +0000 (09:04 -0400)
commit13f6b191aaa11c7fd718d35a0c565f3c16bc1d99
tree06ec4cbad3eb68146196f47fb200d42c08728d1b
parentc3fe5872eb3f5f9e027d61d8a3f5d092168fdbca
memstick: mspro_block: add missing curly braces

Using the indenting we can see the curly braces were obviously intended.
This is a static checker fix, but my guess is that we don't read enough
bytes, because we don't calculate "t_len" correctly.

Fixes: f1d82698029b ('memstick: use fully asynchronous request processing')
Signed-off-by: Dan Carpenter <[email protected]>
Cc: Alex Dubov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/memstick/core/mspro_block.c