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:
dbe91a2
)
C6X: clean up compiler warning
author
Mark Salter
<msalter@redhat.com>
Thu, 19 Jul 2012 03:34:17 +0000
(23:34 -0400)
committer
Mark Salter
<msalter@redhat.com>
Thu, 19 Jul 2012 03:52:54 +0000
(23:52 -0400)
commit
a610d6e6
: pull clearing RESTORE_SIGMASK into block_sigmask()
left behind a compiler warning:
arch/c6x/kernel/signal.c:252:6: warning: unused variable 'ret'
This patch cleans up the warning by removing the unused variable.
Signed-off-by: Mark Salter <msalter@redhat.com>
No differences found