commit | 2d366846598d5f562866bba61a836d9325878066 | [log] [tgz] |
---|---|---|
author | Lan Tianyu <tianyu.lan@intel.com> | Fri Aug 17 16:44:55 2012 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Aug 20 14:38:08 2012 -0700 |
tree | e09734b7a6e6aa191ef458740a05dfdd6b26b79a | |
parent | 26f944b2716717aa243f16cd2181f80441153f0d [diff] |
usb/endpoint: Set release callback in the struct device_type instead of in the device itself directly For following the way the rest of the usb core does, this patch is to change the place of setting release callback. Signed-off-by: Lan Tianyu <tianyu.lan@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>