V4L/DVB: tm6000-input: Make checkpatch.pl happy
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
d064f96065
commit
02c71055e5
|
@ -160,9 +160,9 @@ static int default_polling_getkey(struct tm6000_IR *ir,
|
|||
msleep(10);
|
||||
|
||||
dprintk("read data=%02x\n", buf[0]);
|
||||
if (rc < 0) {
|
||||
if (rc < 0)
|
||||
return rc;
|
||||
}
|
||||
|
||||
poll_result->rc_data[0] = buf[0];
|
||||
}
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue