commit | fb3dfe13d0cc7e76c9d4a73a72f17f80f63590a7 | [log] [tgz] |
---|---|---|
author | Chao Xie <chao.xie@marvell.com> | Thu Jan 24 01:38:28 2013 -0500 |
committer | Felipe Balbi <balbi@ti.com> | Thu Jan 24 21:11:34 2013 +0200 |
tree | 53cccf0e50cde65a34257832a2db1ccfc73d958a | |
parent | 6a6f05f09772dfe2fa0a5a3ec6b786f4a40e7e54 [diff] |
usb: otg: mv_otg: use devm_xxx for probe use devm_xxx for otg driver probe. So we do need care about the resources release in driver remove or failure handling in driver probe. Signed-off-by: Chao Xie <chao.xie@marvell.com> Signed-off-by: Felipe Balbi <balbi@ti.com>