Re: [PATCH 2/3] Input: pwm-beeper - switch to using managed resources

2017-01-06 Thread David Lechner
On 01/06/2017 12:20 PM, Dmitry Torokhov wrote: e of managed resources (devm) simplifies error handling and teardown ^ Looks like the commit message got cut off. of the driver.

Re: [PATCH 2/3] Input: pwm-beeper - switch to using managed resources

2017-01-06 Thread David Lechner
On 01/06/2017 12:20 PM, Dmitry Torokhov wrote: e of managed resources (devm) simplifies error handling and teardown ^ Looks like the commit message got cut off. of the driver.

[PATCH 2/3] Input: pwm-beeper - switch to using managed resources

2017-01-06 Thread Dmitry Torokhov
e of managed resources (devm) simplifies error handling and teardown of the driver. Signed-off-by: Dmitry Torokhov --- drivers/input/misc/pwm-beeper.c | 44 ++--- 1 file changed, 10 insertions(+), 34 deletions(-) diff --git

[PATCH 2/3] Input: pwm-beeper - switch to using managed resources

2017-01-06 Thread Dmitry Torokhov
e of managed resources (devm) simplifies error handling and teardown of the driver. Signed-off-by: Dmitry Torokhov --- drivers/input/misc/pwm-beeper.c | 44 ++--- 1 file changed, 10 insertions(+), 34 deletions(-) diff --git a/drivers/input/misc/pwm-beeper.c