diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-08-11 12:18:32 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-08-16 12:55:50 -0300 |
commit | ab9a953b9f58ae695bbbe04a8540830bbae5d246 (patch) | |
tree | 5d8a906d41be36d31dc5c03677e9e6a662b4a3f8 /mm | |
parent | 12976516558c81f20757f6b0947823119ad87046 (diff) | |
download | blackbird-obmc-linux-ab9a953b9f58ae695bbbe04a8540830bbae5d246.tar.gz blackbird-obmc-linux-ab9a953b9f58ae695bbbe04a8540830bbae5d246.zip |
[media] ov2659: get rid of unused values
Why to store the chosed values for prediv, postdiv and mult if
those won't be used?
drivers/media/i2c/ov2659.c: In function 'ov2659_pll_calc_params':
drivers/media/i2c/ov2659.c:912:35: warning: variable 's_mult' set but not used [-Wunused-but-set-variable]
u32 s_prediv = 1, s_postdiv = 1, s_mult = 1;
^
drivers/media/i2c/ov2659.c:912:20: warning: variable 's_postdiv' set but not used [-Wunused-but-set-variable]
u32 s_prediv = 1, s_postdiv = 1, s_mult = 1;
^
drivers/media/i2c/ov2659.c:912:6: warning: variable 's_prediv' set but not used [-Wunused-but-set-variable]
u32 s_prediv = 1, s_postdiv = 1, s_mult = 1;
^
This is likely some leftover from some past change.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions