Re: [PATCH 4/4] parport: daisy: use new parport device model

2019-10-17 Thread Steven Rostedt
On Wed, 16 Oct 2019 15:45:40 +0100 Sudip Mukherjee wrote: > Modify parport daisy driver to use the new parallel port device model. > > Last attempt was '1aec4211204d ("parport: daisy: use new parport device > model")' which failed as daisy was also trying to load the low level > driver and that

[PATCH 4/4] parport: daisy: use new parport device model

2019-10-16 Thread Sudip Mukherjee
Modify parport daisy driver to use the new parallel port device model. Last attempt was '1aec4211204d ("parport: daisy: use new parport device model")' which failed as daisy was also trying to load the low level driver and that resulted in a deadlock. Cc: Michal Kubecek Cc: Steven Rostedt (VMwar