]> git.ipfire.org Git - thirdparty/linux.git/commit
usb: gadget: gr_udc: use devm_platform_ioremap_resource() to simplify code
authorYueHaibing <yuehaibing@huawei.com>
Wed, 4 Sep 2019 09:40:33 +0000 (17:40 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Oct 2019 12:09:39 +0000 (14:09 +0200)
commitec035f91297d81506384c18563101a2c21cd8177
tree571a72d97aa59fca66c789d6519e2e51ded54bd4
parent80d59826d2d00d4e5751d26c4d743a9021d09b0f
usb: gadget: gr_udc: use devm_platform_ioremap_resource() to simplify code

Use devm_platform_ioremap_resource() to simplify the code a bit.
This is detected by coccinelle.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20190904094033.19652-1-yuehaibing@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/gadget/udc/gr_udc.c