commit | 498beb42814e3f734ea6d376a4854c7e0b6060a8 | [log] [tgz] |
---|---|---|
author | Raviteja Garimella <raviteja.garimella@broadcom.com> | Wed May 10 18:21:18 2017 +0530 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Tue Jun 13 13:21:01 2017 +0300 |
tree | 5fe27abd24c4ab2397f6153f8925dec15d7ff44e | |
parent | a676fb62b15b8fdb3a3dce9679863195d50bdd06 [diff] |
usb: gadget: udc: make debug prints compatible with both pci and platform devices This patch adds a struct device member to UDC data structure and makes changes to the arguments of dev_err and dev_dbg calls so that the debug prints work for both pci and platform devices. Signed-off-by: Raviteja Garimella <raviteja.garimella@broadcom.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>