linux_dsm_epyc7002/drivers/media
Sudip Mukherjee 47efeb52f7 [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>
2014-11-11 08:48:21 -02:00
..
common [media] tveeprom: Update list of chips and extend serial number to 32bits 2014-11-03 16:18:49 -02:00
dvb-core Merge tag 'v3.18-rc4' into patchwork 2014-11-11 08:37:35 -02:00
dvb-frontends Merge tag 'v3.18-rc4' into patchwork 2014-11-11 08:37:35 -02:00
firewire [media] fix a warning on avr32 arch 2014-11-03 15:53:15 -02:00
i2c [media] cx25840/cx18: Use standard ordering of mask and shift 2014-11-11 08:44:08 -02:00
mmc [media] siano: get rid of CammelCase from smscoreapi.h 2013-03-21 10:03:16 -03:00
parport [media] pms: Fix a bad usage of the stack 2014-09-26 06:47:55 -03:00
pci [media] solo6x10: don't turn off/on encoder interrupt in processing loop 2014-11-11 08:46:54 -02:00
platform [media] media: davinci: vpbe: missing clk_put 2014-11-11 08:48:21 -02:00
radio [media] wl128x: fix fmdbg compiler warning 2014-10-24 09:27:34 -02:00
rc Merge tag 'v3.18-rc4' into patchwork 2014-11-11 08:37:35 -02:00
tuners [media] [PATH,2/2] mxl5007 move loop_thru to attach 2014-11-11 08:38:46 -02:00
usb [media] s2255drv: fix spinlock issue 2014-11-11 08:47:22 -02:00
v4l2-core [media] videobuf: fix sparse warnings 2014-11-05 09:07:58 -02:00
Kconfig [media] Kconfig: do not select SPI bus on sub-driver auto-select 2014-09-04 12:18:49 -03:00
Makefile
media-device.c [media] media: Use strlcpy instead of custom code 2014-09-21 20:27:08 -03:00
media-devnode.c [media] media-devnode: just return 0 instead of using a var 2014-09-03 17:59:28 -03:00
media-entity.c [media] media: Fix a compiler warning in media_entity_pipeline_start() 2014-11-03 19:09:13 -02:00