commit | 51c1685d956221576e165dd88a20063b169bae5a | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Tue Dec 27 13:13:42 2016 +0200 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Mon Jan 02 10:55:28 2017 +0200 |
tree | 267af92795f59edd13b9e002e44e6d69bed74e37 | |
parent | e71d363d9c611c99fb78f53bfee99616e7fe352c [diff] |
usb: dwc3: pci: Fix dr_mode misspelling usb_get_dr_mode() expects the device-property to be spelled "dr_mode" not "dr-mode". Spelling it properly fixes the following warning showing up in dmesg: [ 8704.500545] dwc3 dwc3.2.auto: Configuration mismatch. dr_mode forced to gadget Signed-off-by: Hans de Goede <hdegoede@redhat.com Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>