drivers/video/backlight: use devm_ functions
The various devm_ functions allocate memory that is released when a driver detaches. This patch uses these functions for data that is allocated in the probe function of a platform device and is only freed in the remove function. Signed-off-by:Julia Lawall <Julia.Lawall@lip6.fr> Cc: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> Cc: Richard Purdie <rpurdie@rpsys.net> Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de> Cc: Mark Brown <broonie@opensource.wolfsonmicro.com> Cc: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- drivers/video/backlight/88pm860x_bl.c 2 additions, 6 deletionsdrivers/video/backlight/88pm860x_bl.c
- drivers/video/backlight/aat2870_bl.c 4 additions, 5 deletionsdrivers/video/backlight/aat2870_bl.c
- drivers/video/backlight/cr_bllcd.c 1 addition, 2 deletionsdrivers/video/backlight/cr_bllcd.c
- drivers/video/backlight/da903x_bl.c 1 addition, 5 deletionsdrivers/video/backlight/da903x_bl.c
- drivers/video/backlight/max8925_bl.c 2 additions, 5 deletionsdrivers/video/backlight/max8925_bl.c
- drivers/video/backlight/omap1_bl.c 3 additions, 6 deletionsdrivers/video/backlight/omap1_bl.c
- drivers/video/backlight/pcf50633-backlight.c 3 additions, 13 deletionsdrivers/video/backlight/pcf50633-backlight.c
- drivers/video/backlight/pwm_bl.c 2 additions, 5 deletionsdrivers/video/backlight/pwm_bl.c
Loading
Please register or sign in to comment