Re: [PATCH 11/12] LED: Add IDE disk activity LED trigger

From: Richard Purdie
Date: Tue Feb 07 2006 - 22:11:12 EST


On Mon, 2006-02-06 at 17:53 +0100, Bartlomiej Zolnierkiewicz wrote:
> > +{
> > + led_trigger_event(ide_led_trigger, LED_OFF);
>
> It should check for blk_fs_request().
>
> ->end_request() can be used for other request types.
>
> > + ide_end_request(drive, uptodate, nr_sectors);
> > +}
> > +
> >
> > static void __exit idedisk_exit (void)
> > {
> > + led_trigger_unregister_simple(ide_led_trigger);
> > driver_unregister(&idedisk_driver.gen_driver);
>
> Shouldn't ordering be reverse to this in idedisk_init()?
> First driver_unregister(), then led_trigger_unregister_simple()?

The other issues should have been addressed in -mm now, thanks. An event
call after unregistering a trigger will not trouble the led trigger code
as it was designed to withstand this. In -mm it now matches the order in
the init function but this is purely cosmetic.

Richard

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/