From: Dan Carpenter Date: Thu, 16 Apr 2015 19:48:35 +0000 (-0700) Subject: memstick: mspro_block: add missing curly braces X-Git-Tag: omap-for-v4.1/fixes-rc1~115^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13f6b191aaa11c7fd718d35a0c565f3c16bc1d99;p=pandora-kernel.git 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 Cc: Alex Dubov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed