Re: [PATCH] drivers: usb: chipidea: convert to devm_ioremap_resource()

2013-04-11 Thread Silviu Popescu
On Thu, Apr 11, 2013 at 10:12 AM, Alexander Shishkin wrote: > That's cool, but your chipidea patches have to be based off of > ci-for-greg branch of the chipidea tree [1] or at least usb-next branch > of Greg's usb.git [2]. > > [1] git://github.com/virtuoso/linux-ci.git > [2] git://git.kernel.org/

Re: [PATCH] drivers: usb: chipidea: convert to devm_ioremap_resource()

2013-04-11 Thread Alexander Shishkin
Silviu-Mihai Popescu writes: > Convert use of devm_request_and_ioremap() to the newly introduced > devm_ioremap_resource() which provides more consistent error handling. You mean, you've run coccinelle? Remember to mention it, then. > devm_ioremap_resource() provides its own error messages so

[PATCH] drivers: usb: chipidea: convert to devm_ioremap_resource()

2013-04-10 Thread Silviu-Mihai Popescu
Convert use of devm_request_and_ioremap() to the newly introduced devm_ioremap_resource() which provides more consistent error handling. devm_ioremap_resource() provides its own error messages so all explicit error messages can be removed from the failure code paths. Signed-off-by: Silviu-Mihai