]> git.baikalelectronics.ru Git - kernel.git/commit
avr32: cast syscall_return to silence compiler warning
authorGabor Juhos <juhosg@openwrt.org>
Wed, 25 Sep 2013 19:50:01 +0000 (21:50 +0200)
committerHans-Christian Egtvedt <egtvedt@samfundet.no>
Mon, 30 Sep 2013 06:42:01 +0000 (08:42 +0200)
commit7958e6beacdfd13e4c86c34409f4350ef887ade8
tree8918bd29087eab56fe21aa88277b5d531ed0c540
parent66247178ecd025681d3462079b25ee89a6a1d65d
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>
arch/avr32/kernel/process.c