Re: [PATCH 2/9] media/radio: fix aimslab CONFIG IO PORT

2011-07-14 Thread Arnaud Lacombe
Hi, 2 to 7 will be not needed. I screwed up a autoconf.h generation while refactoring the code. This is being addressed in the kbuild tree by: https://patchwork.kernel.org/patch/975652/ My bad, - Arnaud On Sun, Jul 10, 2011 at 3:53 PM, Randy Dunlap wrote: > From: Randy Dunlap > > Modify radi

[PATCH 2/9] media/radio: fix aimslab CONFIG IO PORT

2011-07-10 Thread Randy Dunlap
From: Randy Dunlap Modify radio-aimslab to use HEX_STRING(CONFIG_RADIO_RTRACK_PORT) so that the correct IO port value is used. Fixes this error message when CONFIG_RADIO_RTRACK_PORT=20f: drivers/media/radio/radio-aimslab.c:49:17: error: invalid suffix "f" on integer constant Signed-off-by: Ran