mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 01:34:14 +08:00
[media] mxl111sf: fix return value of mxl111sf_idac_config
mxl111sf_idac_config was incorrectly returning val instead of ret Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
241fa6e42f
commit
a9380ba11f
@ -332,7 +332,7 @@ int mxl111sf_idac_config(struct mxl111sf_state *state,
|
|||||||
|
|
||||||
ret = mxl111sf_write_reg(state, V6_IDAC_SETTINGS_REG, val);
|
ret = mxl111sf_write_reg(state, V6_IDAC_SETTINGS_REG, val);
|
||||||
|
|
||||||
return val;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user