From: Hans Verkuil [mailto:hverk...@xs4all.nl]
Sent: Tuesday, March 03, 2015 10:09 AM
>
> On 03/02/2015 04:00 PM, Lad Prabhakar wrote:
> > From: "Lad, Prabhakar"
> >
> > Make sure to call mutex_destroy() in case of probe failure or module
> > unload.
>
> It's not actually necessary to destroy a
On 03/02/2015 04:00 PM, Lad Prabhakar wrote:
> From: "Lad, Prabhakar"
>
> Make sure to call mutex_destroy() in case of probe failure or module
> unload.
It's not actually necessary to destroy a mutex. Most drivers never do this.
It only helps a bit in debugging.
I'll delegate this patch to Kami