[PATCH] omap_hsmmc: Remove unused state variable

2010-06-10 Thread Sergio Aguirre
This fixes the following warning: drivers/mmc/host/omap_hsmmc.c: In function 'omap_hsmmc_suspend': drivers/mmc/host/omap_hsmmc.c:2275: warning: unused variable 'state' Introduced by commit ID: commit 1a13f8fa76c880be41d6b1e6a2b44404bcbfdf9e Author: Matt Fleming Date: Wed May 26 14:42:08

Re: [PATCH] omap_hsmmc: Remove unused state variable

2010-06-08 Thread Matt Fleming
On Tue, 8 Jun 2010 15:41:40 -0500, Sergio Aguirre wrote: > This fixes the following warning: > > drivers/mmc/host/omap_hsmmc.c: In function 'omap_hsmmc_suspend': > drivers/mmc/host/omap_hsmmc.c:2275: warning: unused variable 'state' > > Introduced by commit ID: > > commit 1a13f8fa76c880be41d