linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Commit "mmc: tmio_mmc: do not enable card hotplug interrupts, if unused" breaks linux-next
@ 2012-03-16 18:08 Paul Gortmaker
  2012-03-16 21:02 ` Guennadi Liakhovetski
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Gortmaker @ 2012-03-16 18:08 UTC (permalink / raw)
  To: g.liakhovetski, Chris Ball; +Cc: linux-next, linux-mmc

Just a heads up that the commit below is causing build failures in linux-next:

drivers/mmc/host/tmio_mmc_pio.c:343:11: error: 'struct tmio_mmc_host' has no member named 'native_hotplug'
drivers/mmc/host/tmio_mmc_pio.c:969:12: error: 'struct tmio_mmc_host' has no member named 'native_hotplug'
make[4]: *** [drivers/mmc/host/tmio_mmc_pio.o] Error 1

http://kisskb.ellerman.id.au/kisskb/buildresult/5878512/

Paul.
--

commit 6c34d289dcc6675da8c130c5d5cdc5e8f15ec7d7
Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Date:   Wed Feb 22 13:16:09 2012 +0100

    mmc: tmio_mmc: do not enable card hotplug interrupts, if unused
    
    If TMIO MMC is used in polling mode, or the card is non-removable, or
    card-detection is performed, using an external interrupt, there is no
    need to enable controller native card hotplug interrupts.
    
    Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
    Signed-off-by: Chris Ball <cjb@laptop.org>




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Commit "mmc: tmio_mmc: do not enable card hotplug interrupts, if unused" breaks linux-next
  2012-03-16 18:08 Commit "mmc: tmio_mmc: do not enable card hotplug interrupts, if unused" breaks linux-next Paul Gortmaker
@ 2012-03-16 21:02 ` Guennadi Liakhovetski
  0 siblings, 0 replies; 2+ messages in thread
From: Guennadi Liakhovetski @ 2012-03-16 21:02 UTC (permalink / raw)
  To: Paul Gortmaker; +Cc: Chris Ball, linux-next, linux-mmc

On Fri, 16 Mar 2012, Paul Gortmaker wrote:

> Just a heads up that the commit below is causing build failures in linux-next:
> 
> drivers/mmc/host/tmio_mmc_pio.c:343:11: error: 'struct tmio_mmc_host' has no member named 'native_hotplug'
> drivers/mmc/host/tmio_mmc_pio.c:969:12: error: 'struct tmio_mmc_host' has no member named 'native_hotplug'
> make[4]: *** [drivers/mmc/host/tmio_mmc_pio.o] Error 1

Looks like the merge order wasn't quite correct somewhere. This field is 
defined in

http://www.spinics.net/lists/linux-sh/msg10170.html

and it is now in mmc-next, but doesn't seem to be in next yet. So, AFAIU, 
it will be fixed with the next merge of mmc-next into next.

Thanks
Guennadi

> 
> http://kisskb.ellerman.id.au/kisskb/buildresult/5878512/
> 
> Paul.
> --
> 
> commit 6c34d289dcc6675da8c130c5d5cdc5e8f15ec7d7
> Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
> Date:   Wed Feb 22 13:16:09 2012 +0100
> 
>     mmc: tmio_mmc: do not enable card hotplug interrupts, if unused
>     
>     If TMIO MMC is used in polling mode, or the card is non-removable, or
>     card-detection is performed, using an external interrupt, there is no
>     need to enable controller native card hotplug interrupts.
>     
>     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
>     Signed-off-by: Chris Ball <cjb@laptop.org>
> 
> 
> 

---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-03-16 21:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-16 18:08 Commit "mmc: tmio_mmc: do not enable card hotplug interrupts, if unused" breaks linux-next Paul Gortmaker
2012-03-16 21:02 ` Guennadi Liakhovetski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).