OSDN Git Service

usb: musb: break the huge isr musb_stage0_irq() into small functions
authorBin Liu <b-liu@ti.com>
Mon, 21 May 2018 13:42:17 +0000 (08:42 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 May 2018 10:03:25 +0000 (12:03 +0200)
commitbcb8fd3a2fba82d5f53f9a598f9b5e14823dfb68
tree5e98218416fa3a918ab174fc2977f112bc904576
parent2bc2e05f925dda7caaec4b715f4a22cb58e23393
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>
drivers/usb/musb/musb_core.c