Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a9380ba1 authored by Michael Krufky's avatar Michael Krufky Committed by Mauro Carvalho Chehab
Browse files

[media] mxl111sf: fix return value of mxl111sf_idac_config



mxl111sf_idac_config was incorrectly returning val instead of ret

Signed-off-by: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 241fa6e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -332,7 +332,7 @@ int mxl111sf_idac_config(struct mxl111sf_state *state,

	ret = mxl111sf_write_reg(state, V6_IDAC_SETTINGS_REG, val);

	return val;
	return ret;
}

/*