V4L/DVB: tm6000-input: Make checkpatch.pl happy

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Mauro Carvalho Chehab 2010-07-05 17:09:11 -03:00
parent d064f96065
commit 02c71055e5
1 changed files with 8 additions and 8 deletions

View File

@ -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;