commit | 4e9f311833a946e984c82086b21b128918f4a6a4 | [log] [tgz] |
---|---|---|
author | Du, Changbin <changbin.du@intel.com> | Tue Apr 12 19:10:18 2016 +0800 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Tue Apr 19 11:11:53 2016 +0300 |
tree | 6dc475c33a2917bceda87312c103d047187a81e8 | |
parent | af566a0be6e49b946708532a6a7a7ae29ab83aed [diff] |
usb: dwc3: make dwc3_debugfs_init return value be void Debugfs init failure is not so important. We can continue our job on this failure. Also no break need for debugfs_create_file call failure. Signed-off-by: Du, Changbin <changbin.du@intel.com> [felipe.balbi@linux.intel.com : - remove out-of-memory message, we get that from OOM. - switch dev_err() to dev_dbg() ] Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>