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:
d39cd5e
)
skfp: testing the wrong variable in skfp_driver_init()
author
Dan Carpenter
<error27@gmail.com>
Thu, 23 Dec 2010 19:17:34 +0000
(19:17 +0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 28 Dec 2010 21:54:57 +0000
(13:54 -0800)
The intent here was to test if the allocation failed but we tested
"SharedMemSize" instead of "SharedMemAddr" by mistake.
Signed-off-by: Dan Carpenter <error27@gmail.com>
Reviewed-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found