radio-aimslab.c: Fix gcc 4.5+ bug
commitafa75eeb4c55f00a3d0a92033c390bcf9c8e2560
authorMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 6 Jan 2011 10:16:04 +0000 (6 08:16 -0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 30 Apr 2011 14:52:57 +0000 (30 16:52 +0200)
tree6ae7c1c8de7681287694e589d6acec92e75c5943
parent3f51182e8c7a3dc5415f4b31811f1fa1ab4d27e9
radio-aimslab.c: Fix gcc 4.5+ bug

commit e3c92215198cb6aa00ad38db2780faa6b72e0a3f upstream.

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>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/media/radio/radio-aimslab.c