[PATCH] Stop AIC23 driver from Oopsing.

2008-04-03 Thread Andrzej Zaborowski
From: Andrzej Zaborowski [EMAIL PROTECTED] Prevent AIC23 driver Oopsing when no AIC23 is present by moving some of the initialisation to after the chip is found. There seems to be more that should be fixed in this driver but with this change it can at least be compiled into a kernel safely.

Re: [PATCH] Stop AIC23 driver from Oopsing.

2008-04-03 Thread andrzej zaborowski
On 02/04/2008, Tony Lindgren [EMAIL PROTECTED] wrote: * Andrzej Zaborowski [EMAIL PROTECTED] [080329 18:30]: From: Andrzej Zaborowski [EMAIL PROTECTED] Prevent AIC23 driver Oopsing when no AIC23 is present by moving some of the initialisation to after the chip is found. There seems