drm: ARM HDLCD - get rid of devm_clk_put()
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>
Fri, 19 Feb 2016 08:15:01 +0000 (11:15 +0300)
committerLiviu Dudau <Liviu.Dudau@arm.com>
Mon, 4 Apr 2016 09:10:58 +0000 (10:10 +0100)
commit61a6dcd77af74e925bb301475fb6e43d8fe72da8
tree1b14e28fb8ae097cef0d4e506ec3d65ef881bbc5
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca
drm: ARM HDLCD - get rid of devm_clk_put()

Clock is acquired with devm_clk_get() which already manages
corresponding resource.

I.e. in case of driver removal or failure on installaiton
clock resources will be automatically released and explicit
call of devm_clk_put() is not required.

Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: David Airlie <airlied@linux.ie>
Cc: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>
drivers/gpu/drm/arm/hdlcd_drv.c