mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-16 22:10:24 +00:00
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/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
This commit is contained in:
commit
408af0dab7
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user