On Mon, Mar 25, 2019 at 10:49:34AM +0100, Uwe Kleine-König wrote: > A call to .request() is always paired by a call to .free() before a given > device is disposed. So the simplification that usually is possible when > using devm-functions cannot be used here. So use plain kzalloc() and > kfree() for improved runtime behaviour and reduced memory footprint. > > Signed-off-by: Uwe Kleine-König > --- > drivers/pwm/pwm-samsung.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied, and dropped the chip->dev parameter while at it to make this actually build. Thanks, Thierry