git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62d3c54
)
block, sx8: fix pointer math issue getting fw version
author
Dan Carpenter
<dan.carpenter@oracle.com>
Sat, 3 Mar 2012 11:09:17 +0000
(12:09 +0100)
committer
Jens Axboe
<axboe@kernel.dk>
Sat, 3 Mar 2012 18:44:39 +0000
(19:44 +0100)
"mem" is type u8. We need parenthesis here or it screws up the pointer
math probably leading to an oops.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Cc: stable@kernel.org
Acked-by: Jeff Garzik <jgarzik@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
No differences found