Re: [PATCH 5/8] mmc: omap_hsmmc: release correct resource

2012-04-22 Thread Chris Ball
Hi, On Sat, Apr 21 2012, Russell King - ARM Linux wrote: Thanks, pushed to mmc-next for 3.4. (Actually, that's premature of me, sorry -- just noticed that this is part of an RFC patchset. I'll wait for the rest of the patches.) It was previously posted as an entirely separate patch - the

Re: [PATCH 5/8] mmc: omap_hsmmc: release correct resource

2012-04-21 Thread Russell King - ARM Linux
On Fri, Apr 20, 2012 at 10:35:59PM -0400, Chris Ball wrote: Hi, On Fri, Apr 20 2012, Chris Ball wrote: On Fri, Apr 20 2012, Tony Lindgren wrote: * Russell King rmk+ker...@arm.linux.org.uk [120418 03:15]: res can be one of several resources, as this variable is re-used several times

Re: [PATCH 5/8] mmc: omap_hsmmc: release correct resource

2012-04-20 Thread Tony Lindgren
* Russell King rmk+ker...@arm.linux.org.uk [120418 03:15]: res can be one of several resources, as this variable is re-used several times during probe. This can cause the wrong resource parameters to be passed to release_mem_region(). Get the original memory resource before calling

Re: [PATCH 5/8] mmc: omap_hsmmc: release correct resource

2012-04-20 Thread Chris Ball
Hi, On Fri, Apr 20 2012, Tony Lindgren wrote: * Russell King rmk+ker...@arm.linux.org.uk [120418 03:15]: res can be one of several resources, as this variable is re-used several times during probe. This can cause the wrong resource parameters to be passed to release_mem_region(). Get the

Re: [PATCH 5/8] mmc: omap_hsmmc: release correct resource

2012-04-20 Thread Chris Ball
Hi, On Fri, Apr 20 2012, Chris Ball wrote: On Fri, Apr 20 2012, Tony Lindgren wrote: * Russell King rmk+ker...@arm.linux.org.uk [120418 03:15]: res can be one of several resources, as this variable is re-used several times during probe. This can cause the wrong resource parameters to be

[PATCH 5/8] mmc: omap_hsmmc: release correct resource

2012-04-18 Thread Russell King
res can be one of several resources, as this variable is re-used several times during probe. This can cause the wrong resource parameters to be passed to release_mem_region(). Get the original memory resource before calling release_mem_region(). Signed-off-by: Russell King