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:
a7862aa
)
[media] radio-aimslab.c: Fix gcc 4.5+ bug
author
Mauro Carvalho Chehab
<mchehab@redhat.com>
Thu, 6 Jan 2011 10:16:04 +0000
(08:16 -0200)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Thu, 6 Jan 2011 10:26:02 +0000
(08:26 -0200)
gcc 4.5+ doesn't properly evaluate some inlined expressions.
A previous patch were proposed by Andrew Morton using noinline.
However, the entire inlined function is bogus, so let's just
remove it and be happy.
Reported-by: Andrew Morton <akpm@linux-foundation.org>
Cc: stable@kernel.org
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
No differences found