Re: [PATCH] usb: chipidea: core: switch over to devm_ioremap_resource

2013-03-26 Thread Alexander Shishkin
Felipe Balbi ba...@ti.com writes: switch over to the newly added devm_ioremap_resource which provides more consistent error messages. Signed-off-by: Felipe Balbi ba...@ti.com Applied and pushed to ci-for-greg, thanks! -- To unsubscribe from this list: send the line unsubscribe linux-usb in

[PATCH] usb: chipidea: core: switch over to devm_ioremap_resource

2013-03-11 Thread Felipe Balbi
switch over to the newly added devm_ioremap_resource which provides more consistent error messages. Signed-off-by: Felipe Balbi ba...@ti.com --- drivers/usb/chipidea/core.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/usb/chipidea/core.c