Re: [GIT PULL] MMC updates

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Pierre Ossman
Date: Friday, October 12, 2007 - 2:00 pm

Ok, let's see if we can finally sort this out.

Please pull/cherry-pick from:

        git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc.git for-linus

to receive the following update:

 drivers/mmc/core/host.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Pierre Ossman (1):
      mmc: use correct unregister function for led trigger

diff --git a/drivers/mmc/core/host.c b/drivers/mmc/core/host.c
index 64fbc97..c65d203 100644
--- a/drivers/mmc/core/host.c
+++ b/drivers/mmc/core/host.c
@@ -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);

Rgds
-- 
     -- Pierre Ossman

  Linux kernel, MMC maintainer        http://www.kernel.org
  PulseAudio, core developer          http://pulseaudio.org
  rdesktop, core developer          http://www.rdesktop.org
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[GIT PULL] MMC updates, Pierre Ossman, (Wed Oct 10, 12:21 pm)
Re: [GIT PULL] MMC updates, Linus Torvalds, (Thu Oct 11, 10:30 pm)
Re: [GIT PULL] MMC updates, Pierre Ossman, (Thu Oct 11, 10:45 pm)
Re: [GIT PULL] MMC updates, Kay Sievers, (Fri Oct 12, 5:18 am)
Re: [GIT PULL] MMC updates, Pierre Ossman, (Fri Oct 12, 6:53 am)
Re: [GIT PULL] MMC updates, Pierre Ossman, (Fri Oct 12, 12:55 pm)
Re: [GIT PULL] MMC updates, Nicolas Pitre, (Fri Oct 12, 1:05 pm)
Re: [GIT PULL] MMC updates, Pierre Ossman, (Fri Oct 12, 1:35 pm)
Re: [GIT PULL] MMC updates, Pierre Ossman, (Fri Oct 12, 2:00 pm)
Re: [GIT PULL] MMC updates, Randy Dunlap, (Fri Oct 12, 10:29 pm)
Re: [GIT PULL] MMC updates, Pierre Ossman, (Sat Oct 13, 12:03 am)