On 11/03/13 11:00, Gabor Juhos wrote:
2013.03.11. 8:42 keltezéssel, Silviu-Mihai Popescu írta:
Convert all uses 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 Popescu<silviupopescu1990@xxxxxxxxx>
---
arch/mips/pci/pci-ar724x.c | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
Acked-by: Gabor Juhos<juhosg@xxxxxxxxxxx>
Just a minor note, arch/mips/pci/pci-ar71xx.c should be fixed as well probably.
Hi,
is this patch supposed to go upstream via linux-mips.org ?
John