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:
d2f4c10
)
wimax: fix gcc warnings in sh4 when calling BUG()
author
Inaky Perez-Gonzalez
<inaky@linux.intel.com>
Thu, 11 Jun 2009 18:13:41 +0000
(11:13 -0700)
committer
Inaky Perez-Gonzalez
<inaky@linux.intel.com>
Thu, 11 Jun 2009 18:47:39 +0000
(11:47 -0700)
SH4's BUG() seems to confuse the compiler as it is considered to
return; thus, some functions would trigger usage of uninitialized
variables or non-void functions returning void.
Work around by initializing/returning.
Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
No differences found