diff options
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | 2015-07-19 23:13:28 +0700 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2015-07-20 12:57:46 -0500 |
commit | 53e20f2eb161fbe9eea28b54dccc870cec94eca2 (patch) | |
tree | 9f076161b5f54b4f871f28174260e70077a31242 /Kbuild | |
parent | 4696b8874d7de39850931888bc9f2aa12d29fb46 (diff) |
usb: gadget: mv_udc_core: fix phy_regs I/O memory leak
There was an omission in transition to devm_xxx resource handling.
iounmap(udc->phy_regs) were removed, but ioremap() was left
without devm_.
Found by Linux Driver Verification project (linuxtesting.org).
Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru>
Fixes: 3517c31a8ece6 ("usb: gadget: mv_udc: use devm_xxx for probe")
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions