commit | 395e73a278cfa3b1560b414ab93674711574ddc6 | [log] [tgz] |
---|---|---|
author | Gabor Juhos <juhosg@openwrt.org> | Wed Sep 25 21:50:01 2013 +0200 |
committer | Hans-Christian Egtvedt <egtvedt@samfundet.no> | Mon Sep 30 08:42:01 2013 +0200 |
tree | 8918bd29087eab56fe21aa88277b5d531ed0c540 | |
parent | 1b0135b5e20c56b2edae29e92b91c0b12c983432 [diff] |
avr32: cast syscall_return to silence compiler warning 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>