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

Commit 02c71055 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

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

parent d064f960
Loading
Loading
Loading
Loading
+8 −8
Original line number Original line Diff line number Diff line
@@ -160,9 +160,9 @@ static int default_polling_getkey(struct tm6000_IR *ir,
		msleep(10);
		msleep(10);


		dprintk("read data=%02x\n", buf[0]);
		dprintk("read data=%02x\n", buf[0]);
		if (rc < 0) {
		if (rc < 0)
			return rc;
			return rc;
		}

		poll_result->rc_data[0] = buf[0];
		poll_result->rc_data[0] = buf[0];
	}
	}
	return 0;
	return 0;