memstick: mspro_block: add missing curly braces
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 16 Apr 2015 19:48:35 +0000 (12:48 -0700)
committerBen Hutchings <ben@decadent.org.uk>
Thu, 6 Aug 2015 23:32:06 +0000 (00:32 +0100)
commit0fd0b9f448e1ff459ea4f718def61a197b15bb4c
treef856d0c539bc61c39a517b28671dfb3294b7c287
parente3f81ba2f0546f030fc234f7aade3016532c75b1
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: Ben Hutchings <ben@decadent.org.uk>
drivers/memstick/core/mspro_block.c