Re: [PATCH 3/4] usb: typec: fusb302: Fix debugfs issue

2018-05-01 Thread Heikki Krogerus
On Mon, Apr 30, 2018 at 06:34:03AM -0700, Guenter Roeck wrote: > On 04/30/2018 05:41 AM, Heikki Krogerus wrote: > > Removing the "fusb302" debugfs directory when unloading > > the driver. That allows the driver to be loaded more then > > ones. > > > > This fixes an issue where the driver, if unloa

Re: [PATCH 3/4] usb: typec: fusb302: Fix debugfs issue

2018-04-30 Thread Guenter Roeck
On 04/30/2018 05:41 AM, Heikki Krogerus wrote: Removing the "fusb302" debugfs directory when unloading the driver. That allows the driver to be loaded more then ones. This fixes an issue where the driver, if unloaded, can't be re-loaded, as the "fusb302" debugfs directory already exists. While h