[patch] memstick: mspro_block: add missing curly braces

2015-02-25 Thread Dan Carpenter
>From 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

[patch] memstick: mspro_block: add missing curly braces

2015-02-25 Thread Dan Carpenter
From 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