Re: [PATCH] mfd: lp873x: Remove unused mutex lock from struct lp873x

2016-09-13 Thread Lee Jones
On Tue, 06 Sep 2016, Axel Lin wrote: > The mutex is not used, so remove it. > > Signed-off-by: Axel Lin > --- > drivers/mfd/lp873x.c | 2 -- > include/linux/mfd/lp873x.h | 1 - > 2 files changed, 3 deletions(-) Applied, thanks. > diff --git a/drivers/mfd/lp873x.c

Re: [PATCH] mfd: lp873x: Remove unused mutex lock from struct lp873x

2016-09-13 Thread Lee Jones
On Tue, 06 Sep 2016, Axel Lin wrote: > The mutex is not used, so remove it. > > Signed-off-by: Axel Lin > --- > drivers/mfd/lp873x.c | 2 -- > include/linux/mfd/lp873x.h | 1 - > 2 files changed, 3 deletions(-) Applied, thanks. > diff --git a/drivers/mfd/lp873x.c b/drivers/mfd/lp873x.c

[PATCH] mfd: lp873x: Remove unused mutex lock from struct lp873x

2016-09-05 Thread Axel Lin
The mutex is not used, so remove it. Signed-off-by: Axel Lin --- drivers/mfd/lp873x.c | 2 -- include/linux/mfd/lp873x.h | 1 - 2 files changed, 3 deletions(-) diff --git a/drivers/mfd/lp873x.c b/drivers/mfd/lp873x.c index 9af064c..873c608 100644 ---

[PATCH] mfd: lp873x: Remove unused mutex lock from struct lp873x

2016-09-05 Thread Axel Lin
The mutex is not used, so remove it. Signed-off-by: Axel Lin --- drivers/mfd/lp873x.c | 2 -- include/linux/mfd/lp873x.h | 1 - 2 files changed, 3 deletions(-) diff --git a/drivers/mfd/lp873x.c b/drivers/mfd/lp873x.c index 9af064c..873c608 100644 --- a/drivers/mfd/lp873x.c +++