diff options
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | 2014-11-06 16:04:27 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-11-11 13:48:21 +0300 |
commit | 47efeb52f78fd37df91d13e15296f8070d549f81 (patch) | |
tree | 1371b1a43ee342b7f04494a4d65979d19ff99e00 /drivers/media/i2c/upd64083.c | |
parent | 24c4942d29c8b7ae344d094495019b5587275490 (diff) | |
download | linux-47efeb52f78fd37df91d13e15296f8070d549f81.tar.xz |
[media] media: davinci: vpbe: missing clk_put
we are getting struct clk using clk_get before calling
clk_prepare_enable. but if clk_prepare_enable fails, then we are
jumping to fail_mutex_unlock where we are just unlocking the mutex,
but we are not freeing the clock source.
this patch just adds a call to clk_put before jumping to
fail_mutex_unlock.
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Acked-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/i2c/upd64083.c')
0 files changed, 0 insertions, 0 deletions