]> git.baikalelectronics.ru Git - kernel.git/commit
usb: gadget: Remove redundant dev_err call in r8a66597_sudmac_ioremap()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Sun, 20 Jul 2014 12:30:14 +0000 (20:30 +0800)
committerFelipe Balbi <balbi@ti.com>
Wed, 20 Aug 2014 17:14:46 +0000 (12:14 -0500)
commit37a8bd4ce79b009a07a720a9d19ace68847ce09f
treecdfd0323952c747fa6d0c931d3c4c8466a735bad
parent9f4aeb6709cb99a1ab5ab63f4518f876b99f0c7a
usb: gadget: Remove redundant dev_err call in r8a66597_sudmac_ioremap()

There is a error message within devm_ioremap_resource
already, so remove the dev_err call to avoid redundant
error message.

Acked-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/udc/r8a66597-udc.c