mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
334af4c52e
Smatch is very confused by a clk_prepare_enable() being called in an error-path. Fix this warning by moving the clk_prepare_enable() to its own function. drivers/media/i2c/s5c73m3/s5c73m3-core.c:1425 __s5c73m3_power_off() warn: 'state->clock' from clk_prepare_enable() not released on lines: 1425. Signed-off-by: Ricardo Ribalda <ribalda@chromium.org> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> |
||
---|---|---|
.. | ||
Makefile | ||
s5c73m3-core.c | ||
s5c73m3-ctrls.c | ||
s5c73m3-spi.c | ||
s5c73m3.h |