[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cdi-devel] [PATCH] floppy: Fix initialisation



On Mon, Mar 05, 2012 at 10:33:56PM +0100, Kevin Wolf wrote:
> Commit 10f8c755 broke the floppy driver by initialising the drives
> before the controller. This fix restores the right order.
> 
> Additionally, floppy must assign the device's driver after 10f8c755
> because it calls the device init function before generic CDI code can do
> the job. This could clearly need some cleanup so that CDI calls the
> device init functions again, but for now let's just fix the breakage.
> 
> Signed-off-by: Kevin Wolf <kevin@xxxxxxxxxx>

There seem to be no objections. Pushed.