Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: f1d8269 ('memstick: use fully asynchronous request processing') Signed-off-by: Dan Carpenter <[email protected]> Cc: Alex Dubov <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information