Skip to content

Commit

Permalink
[media] dib0700: fix WARNING: suspect code indent for conditional sta…
Browse files Browse the repository at this point in the history
…tements

Signed-off-by: Michael Krufky <mkrufky@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Sep 21, 2011
1 parent e3e59b0 commit 6e1ce98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/dvb-usb/dib0700_devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ static int dib7770p_tuner_attach(struct dvb_usb_adapter *adap)
DIBX000_I2C_INTERFACE_TUNER, 1);

if (dvb_attach(dib0070_attach, adap->fe_adap[0].fe, tun_i2c,
&dib7770p_dib0070_config) == NULL)
&dib7770p_dib0070_config) == NULL)
return -ENODEV;

st->set_param_save = adap->fe_adap[0].fe->ops.tuner_ops.set_params;
Expand Down

0 comments on commit 6e1ce98

Please sign in to comment.