commit | be6b0c1bd0be7a4f4d75ab40965abf1bd2d9a591 | [log] [tgz] |
---|---|---|
author | Peter Chen <peter.chen@freescale.com> | Fri May 23 08:12:49 2014 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri May 23 11:35:02 2014 +0900 |
tree | f93029af1564edb9276d1ccece6f4955d442d7ff | |
parent | 2dbd633f3a5ec60cec1bb33b86513d768730681b [diff] |
usb: chipidea: using one inline function to cover queue work operations The otg queue work include operations: one is disable interrupt, another one is call kernel queue work API. Many codes do this operation, using one inline function to instead of them. Signed-off-by: Peter Chen <peter.chen@freescale.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>