]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
memstick: mspro_block: add missing curly braces
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 16 Apr 2015 19:48:35 +0000 (12:48 -0700)
committerJiri Slaby <jslaby@suse.cz>
Fri, 15 May 2015 07:10:40 +0000 (09:10 +0200)
commitb9935667725633145bda55b53bd1694f64af6a42
tree54c0bb4a82160ebb978a3a7950dc05152f8c4be5
parentba394ccc0727dbe469d7320ef5edb2d26cf161d6
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: Jiri Slaby <jslaby@suse.cz>
drivers/memstick/core/mspro_block.c