[media] au0828: Remove a bad whitespace 08/25808/1
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Sat, 9 Aug 2014 14:42:43 +0000 (11:42 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Sun, 10 Aug 2014 02:32:53 +0000 (23:32 -0300)
Change-Id: I34d0ed4046b185ddd055cb5bb72c8ebd22bd65e9
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/usb/au0828/au0828-dvb.c [changed mode: 0755->0644]
drivers/media/usb/au0828/au0828-input.c

old mode 100755 (executable)
new mode 100644 (file)
index c57af41..f0f3392 100644 (file)
@@ -133,7 +133,7 @@ static int au0828_get_key_au8522(struct au0828_rc *ir)
        rc = au8522_rc_read(ir, 0xe1, -1, buf, 1);
        if (rc < 0 || !(buf[0] & (1 << 4))) {
                /* Be sure that IR is enabled */
-               au8522_rc_set(ir, 0xe0, 1 << 4);
+               au8522_rc_set(ir, 0xe0, 1 << 4);
                return 0;
        }