[PATCH 8/8] usb: musb: omap2430: make it compile again

2013-06-19 Thread Sebastian Andrzej Siewior
it does not compile since 09fc7d ("usb: musb: fix incorrect usage of resource pointer"). What makes me wonder most is if source of the Tested-by tag :) Signed-off-by: Sebastian Andrzej Siewior --- drivers/usb/musb/omap2430.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a

Re: [PATCH 8/8] usb: musb: omap2430: make it compile again

2013-06-24 Thread Felipe Balbi
Hi, On Wed, Jun 19, 2013 at 05:38:16PM +0200, Sebastian Andrzej Siewior wrote: > it does not compile since 09fc7d ("usb: musb: fix incorrect usage of > resource pointer"). What makes me wonder most is if source of the > Tested-by tag :) > > Signed-off-by: Sebastian Andrzej Siewior which tree ar

Re: [PATCH 8/8] usb: musb: omap2430: make it compile again

2013-06-24 Thread Sebastian Andrzej Siewior
On 06/24/2013 04:27 PM, Felipe Balbi wrote: > Hi, Hi Felipe, > which tree are you using as your base ? I don't have that hunk > below on my v3.10-rc7. > > $ git grep -e "struct resource" drivers/usb/musb/omap2430.c $ echo > $? 1 I have here git merge fel/master gusb/usb-linus gusb/usb-next w

Re: [PATCH 8/8] usb: musb: omap2430: make it compile again

2013-06-24 Thread Felipe Balbi
On Wed, Jun 19, 2013 at 05:38:16PM +0200, Sebastian Andrzej Siewior wrote: > it does not compile since 09fc7d ("usb: musb: fix incorrect usage of > resource pointer"). What makes me wonder most is if source of the > Tested-by tag :) > > Signed-off-by: Sebastian Andrzej Siewior Acked-by: Felipe B

Re: [PATCH 8/8] usb: musb: omap2430: make it compile again

2013-06-24 Thread Felipe Balbi
On Mon, Jun 24, 2013 at 04:33:42PM +0200, Sebastian Andrzej Siewior wrote: > On 06/24/2013 04:27 PM, Felipe Balbi wrote: > > Hi, > > Hi Felipe, > > > which tree are you using as your base ? I don't have that hunk > > below on my v3.10-rc7. > > > > $ git grep -e "struct resource" drivers/usb/musb

Re: [PATCH 8/8] usb: musb: omap2430: make it compile again

2013-06-24 Thread Felipe Balbi
Hi, On Mon, Jun 24, 2013 at 04:42:52PM +0200, Sebastian Andrzej Siewior wrote: > On 06/24/2013 04:38 PM, Felipe Balbi wrote: > > it's in my tree, but not in v3.10-rc7 clean, so that typo is going > > on v3.11 merge window... Looks like I forgot to update the patch, I > > had seen that problem befo

Re: [PATCH 8/8] usb: musb: omap2430: make it compile again

2013-06-24 Thread Sebastian Andrzej Siewior
On 06/24/2013 04:38 PM, Felipe Balbi wrote: > it's in my tree, but not in v3.10-rc7 clean, so that typo is going > on v3.11 merge window... Looks like I forgot to update the patch, I > had seen that problem before and had fixed it :-( > > Looks like your patch needs to go in fast, I'll ack it. So