memstick: mspro_block: add missing curly braces
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 16 Apr 2015 19:48:35 +0000 (12:48 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 6 May 2015 20:02:05 +0000 (22:02 +0200)
commit6e2d6fbdb0e00db8ec61e385ba6e2164591801e3
tree21ee1fc6ee92c830d1963b1524b7e2b52556bc18
parent9280cd6080bcf3c0c771d3410faae6ed58598dd4
memstick: mspro_block: add missing curly braces

commit 13f6b191aaa11c7fd718d35a0c565f3c16bc1d99 upstream.

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 <dan.carpenter@oracle.com>
Cc: Alex Dubov <oakad@yahoo.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/memstick/core/mspro_block.c