]> git.baikalelectronics.ru Git - kernel.git/commit
isp116x-hcd: use USB_DT_HUB
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Sat, 28 Mar 2015 22:10:43 +0000 (01:10 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Apr 2015 17:03:18 +0000 (19:03 +0200)
commitcb8e09c18009d9d53ed7af6fed30497374944ec4
tree6e9e837bf1f5a1629d0899b94a9ad59dd882f917
parent3b49ee7c2af9c2148dfe4c42645c25e56eff4bec
isp116x-hcd: use USB_DT_HUB

Fix  using the  bare number to set the 'bDescriptorType' field of the Hub
Descriptor while the value  is #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/host/isp116x-hcd.c