Uwe Kleine-König b05232d624 pwm: samsung: Don't uses devm_*() functions in ->request()
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 <u.kleine-koenig@pengutronix.de>
[thierry.reding@gmail.com: fix build failure]
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
2019-05-09 17:29:15 +02:00
..
2019-05-09 17:09:54 +02:00
2019-05-09 17:01:48 +02:00
2019-05-09 17:01:48 +02:00
2018-04-30 10:40:57 +02:00
2019-05-09 17:09:54 +02:00
2019-03-04 11:38:52 +01:00
2019-01-16 08:45:33 +01:00
2018-07-12 09:03:06 +02:00
2017-01-19 00:38:17 +01:00
2018-06-14 16:25:43 +09:00
2017-08-21 08:11:24 +02:00
2019-03-20 12:34:14 +01:00