[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20071012222929.39dcc3bd.randy.dunlap@oracle.com>
Date: Fri, 12 Oct 2007 22:29:29 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: Pierre Ossman <drzeus-list@...eus.cx>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
Nicolas Pitre <nico@....org>,
LKML <linux-kernel@...r.kernel.org>,
Marcel Holtmann <marcel@...tmann.org>
Subject: Re: [GIT PULL] MMC updates
On Fri, 12 Oct 2007 23:00:27 +0200 Pierre Ossman wrote:
> 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);
Patch doesn't apply cleanly due to spaces instead of tabs.
Copy-and-paste ?
---
~Randy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists