Commit ab4bc55e authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[media] af9005: fix bad indenting

drivers/media/usb/dvb-usb/af9005-fe.c:484 af9005_fe_read_status() warn: inconsistent indenting
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 316c46b8
...@@ -481,7 +481,7 @@ static int af9005_fe_read_status(struct dvb_frontend *fe, fe_status_t * stat) ...@@ -481,7 +481,7 @@ static int af9005_fe_read_status(struct dvb_frontend *fe, fe_status_t * stat)
return ret; return ret;
if (temp != state->strong) { if (temp != state->strong) {
deb_info("adjust for strong signal %d\n", temp); deb_info("adjust for strong signal %d\n", temp);
state->strong = temp; state->strong = temp;
} }
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment