Re: [PATCH] mmc: sdhci: dove: Fix build breakage

2013-10-28 Thread Thierry Reding
On Sun, Oct 27, 2013 at 08:56:55AM -0400, Chris Ball wrote: > Hi, > > On Wed, Oct 23 2013, Thierry Reding wrote: > > Commit 2d7c51f (mmc: sdhci: Use work structs instead of tasklets) > > converts tasklets to work structs, but typos the conversion in the Dove > > driver. > > > > Signed-off-by: Thie

Re: [PATCH] mmc: sdhci: dove: Fix build breakage

2013-10-27 Thread Chris Ball
Hi, On Wed, Oct 23 2013, Thierry Reding wrote: > Commit 2d7c51f (mmc: sdhci: Use work structs instead of tasklets) > converts tasklets to work structs, but typos the conversion in the Dove > driver. > > Signed-off-by: Thierry Reding > --- > drivers/mmc/host/sdhci-dove.c | 2 +- > 1 file changed,

Re: [PATCH] mmc: sdhci: dove: Fix build breakage

2013-10-23 Thread Jeremie Samuel
Soory, I thought I had corrected this typo. Signed-off-by: Jeremie Samuel -- Jeremie Samuel Parrot S.A. Software Engineer 14, quai de Jemmapes R&D/OS Platform 75010 Paris, France http://www.parrot.com On 23/10/2013 15:10, Thierry Reding wrote: Commit 2d7c51f

[PATCH] mmc: sdhci: dove: Fix build breakage

2013-10-23 Thread Thierry Reding
Commit 2d7c51f (mmc: sdhci: Use work structs instead of tasklets) converts tasklets to work structs, but typos the conversion in the Dove driver. Signed-off-by: Thierry Reding --- drivers/mmc/host/sdhci-dove.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/host/s