commit | 7751b6fb05869bcb318e74420148c06577adf894 | [log] [tgz] |
---|---|---|
author | Matwey V. Kornilov <matwey@sai.msu.ru> | Fri May 16 18:20:52 2014 +0400 |
committer | Felipe Balbi <balbi@ti.com> | Fri May 16 12:16:31 2014 -0500 |
tree | cda68aa60e88082a65b14ea0b1363a210ee8c4f2 | |
parent | 8c240dc17d900cc6453b48bdd513f4243a9ec97d [diff] |
usb: musb: tusb6010: Use musb->tusb_revision instead of tusb_get_revision call. The value of the revision is stored in musb->tusb_revision, so don't re-read it every time. Exporting tusb_get_revision is not needed anymore, so the dependency loop between tusb6010 and tusb6010_omap is resolved. Signed-off-by: Matwey V. Kornilov <matwey@sai.msu.ru> Signed-off-by: Felipe Balbi <balbi@ti.com>