From patchwork Wed May 2 08:33:22 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [v2,0/10] sh_flctl hardware ECC mode cleanup From: Bastian Hecht X-Patchwork-Id: 156386 Message-Id: To: Artem Bityutskiy Cc: Magnus Damm , Brian Norris , linux-mtd@lists.infradead.org, Laurent Pichart , linux-sh@vger.kernel.org Date: Wed, 2 May 2012 10:33:22 +0200 Hi Artem, >> Unfortunantely, I cannot build-test your patches because mackerel >> defconfig still does not build (mackerel_defconfig). Any suggestions how >> to work this around or any other defconfig to use? > > If you send me a temprorary work-around patch for the build failure - > would be fine. This patch does  not have to work, just make the tree > compile. Here a quick workaround: } Thanks, Bastian Hecht > -- > Best Regards, > Artem Bityutskiy diff --git a/arch/arm/mach-shmobile/board-mackerel.c b/arch/arm/mach-shmobile/board-mackerel.c index f49e28a..ffa3700 100644 --- a/arch/arm/mach-shmobile/board-mackerel.c +++ b/arch/arm/mach-shmobile/board-mackerel.c @@ -1017,7 +1017,7 @@ static irqreturn_t mackerel_sdhi0_gpio_cd(int irq, void *arg) struct sh_mobile_sdhi_info *info = dev->platform_data; struct tmio_mmc_data *pdata = info->pdata; - tmio_mmc_cd_wakeup(pdata); +// tmio_mmc_cd_wakeup(pdata); return IRQ_HANDLED;