Skip to content

Commit

Permalink
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel…
Browse files Browse the repository at this point in the history
…/git/drzeus/mmc

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc:
  mmc: use correct unregister function for led trigger
  • Loading branch information
Linus Torvalds committed Oct 12, 2007
2 parents 7e6973e + 77f1fd6 commit 408af0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mmc/core/host.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ void mmc_remove_host(struct mmc_host *host)

device_del(&host->class_dev);

led_trigger_unregister(host->led);
led_trigger_unregister_simple(host->led);

spin_lock(&mmc_host_lock);
idr_remove(&mmc_host_idr, host->index);
Expand Down

0 comments on commit 408af0d

Please sign in to comment.