OSDN Git Service

dwc2: hcd: use HUB_CHAR_*
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Sun, 18 Jan 2015 22:54:15 +0000 (01:54 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Jan 2015 13:02:32 +0000 (21:02 +0800)
commit265bf230ab583c45344f93a061046509d5a4ab71
tree0aa9bae908a1980c2c9ac15e06d0c6c21fde70fe
parenta7cf697d3adc062d75180001ba58f5368c11e4a3
dwc2: hcd: use HUB_CHAR_*

Fix  using the  bare number  to set the 'wHubCharacteristics' field of the Hub
Descriptor while the values are #define'd in <linux/usb/ch11.h>.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc2/hcd.c