Re: [BUG, RFC] media: Wrong module gets acquired

2018-08-15 Thread Petr Cvek
Dne 14.8.2018 v 15:03 Mauro Carvalho Chehab napsal(a): > Em Tue, 14 Aug 2018 11:35:01 +0300 > Sakari Ailus escreveu: > >> Hi Pert, >> >> On Mon, Aug 13, 2018 at 06:33:12PM +0200, petrcve...@gmail.com wrote: >>> From: Petr Cvek >>> >>> When transferring a media sensor driver from the

Re: [BUG, RFC] media: Wrong module gets acquired

2018-08-14 Thread Mauro Carvalho Chehab
Em Tue, 14 Aug 2018 11:35:01 +0300 Sakari Ailus escreveu: > Hi Pert, > > On Mon, Aug 13, 2018 at 06:33:12PM +0200, petrcve...@gmail.com wrote: > > From: Petr Cvek > > > > When transferring a media sensor driver from the soc_camera I've found > > the controller module can get removed (which

Re: [BUG, RFC] media: Wrong module gets acquired

2018-08-14 Thread Petr Cvek
Dne 14.8.2018 v 10:35 Sakari Ailus napsal(a): > Hi Pert, > Hello, thanks for answering > On Mon, Aug 13, 2018 at 06:33:12PM +0200, petrcve...@gmail.com wrote: >> From: Petr Cvek >> >> When transferring a media sensor driver from the soc_camera I've found >> the controller module can get

Re: [BUG, RFC] media: Wrong module gets acquired

2018-08-14 Thread Sakari Ailus
Hi Pert, On Mon, Aug 13, 2018 at 06:33:12PM +0200, petrcve...@gmail.com wrote: > From: Petr Cvek > > When transferring a media sensor driver from the soc_camera I've found > the controller module can get removed (which will cause a stack dump > because the sensor driver depends on resources

[BUG, RFC] media: Wrong module gets acquired

2018-08-13 Thread petrcvekcz
From: Petr Cvek When transferring a media sensor driver from the soc_camera I've found the controller module can get removed (which will cause a stack dump because the sensor driver depends on resources from the controller driver). When I've tried to remove the driver module of the sensor it