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

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

[media] mxl111sf: remove pointless if condition in mxl111sf_config_spi

parent 2f4133de
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -296,8 +296,7 @@ int mxl111sf_config_spi(struct mxl111sf_state *state, int onoff)
		goto fail;

	ret = mxl111sf_write_reg(state, 0x00, 0x00);
	if (mxl_fail(ret))
		goto fail;
	mxl_fail(ret);
fail:
	return ret;
}