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:
1b0135b
)
avr32: cast syscall_return to silence compiler warning
author
Gabor Juhos
<juhosg@openwrt.org>
Wed, 25 Sep 2013 19:50:01 +0000
(21:50 +0200)
committer
Hans-Christian Egtvedt
<egtvedt@samfundet.no>
Mon, 30 Sep 2013 06:42:01 +0000
(08:42 +0200)
The patch fixes the following compiler warning:
CC arch/avr32/kernel/process.o
arch/avr32/kernel/process.c: In function 'copy_thread':
arch/avr32/kernel/process.c:292: warning: assignment makes integer \
from pointer without a cast
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Acked-by: Hans-Christian Egtvedt <egtvedt@samfundet.no>
No differences found