commit | a22ebd069d5b533392e9bef77b73147a2f82b30b | [log] [tgz] |
---|---|---|
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | Sun Jul 05 10:02:15 2009 -0400 |
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | Sun Jul 05 10:02:15 2009 -0400 |
tree | 33bad2de9b31f2e67135d701511db46d2efcf84d | |
parent | ba703e1a7a0b32f740bcfba8e60ad193afa4e723 [diff] |
powerpc/44x: Fix build error with -Werror for Warp platform With -Werror enabled during the build, the warp.c file fails to build due to the temp_isr function not containing a return statement. This fixes the build error and documents that the function never returns. Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>