commit | bcb8fd3a2fba82d5f53f9a598f9b5e14823dfb68 | [log] [tgz] |
---|---|---|
author | Bin Liu <b-liu@ti.com> | Mon May 21 08:42:17 2018 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 22 12:03:25 2018 +0200 |
tree | 5e98218416fa3a918ab174fc2977f112bc904576 | |
parent | 2bc2e05f925dda7caaec4b715f4a22cb58e23393 [diff] |
usb: musb: break the huge isr musb_stage0_irq() into small functions musb_stage0_irq() is 400+ lines long. Break its interrupt events handling into each individual functions to make it easy to read. Signed-off-by: Bin Liu <b-liu@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>