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:
d7c0847
)
drivers/misc/sgi-gru/grukdump.c: cleanup gru_dump_context() a little
author
Dan Carpenter
<dan.carpenter@oracle.com>
Mon, 7 Apr 2014 22:39:03 +0000
(15:39 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 7 Apr 2014 23:36:09 +0000
(16:36 -0700)
"ret" is zero here so we can remove the "!ret" part of the condition.
"uhdr" is alread a __user pointer so we can remove the cast.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Dimitri Sivanich <sivanich@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found