Re: [PATCH 1/2] staging: iio: ad2s1210: Destroy mutex at remove

2019-05-19 Thread Jonathan Cameron
On Sat, 18 May 2019 19:15:57 -0300 Tallys Martins wrote: > Ensure the mutex will be destroyed on drive removal. > Also adds mutex comment description. > > Signed-off-by: Tallys Martins > Signed-off-by: Souza Guilherme > Co-developed-by: Souza Guilherme Hi. This particular 'issue' is never a

[PATCH 1/2] staging: iio: ad2s1210: Destroy mutex at remove

2019-05-18 Thread Tallys Martins
Ensure the mutex will be destroyed on drive removal. Also adds mutex comment description. Signed-off-by: Tallys Martins Signed-off-by: Souza Guilherme Co-developed-by: Souza Guilherme --- drivers/staging/iio/resolver/ad2s1210.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --g