]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
[media] ir-raw-event: Fix a stupid error at a printk
authorMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 20 Oct 2010 14:56:50 +0000 (11:56 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 21 Oct 2010 14:00:20 +0000 (12:00 -0200)
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/IR/ir-raw-event.c

index 0d59ef7d10145539a9c68b67524dd1dde4edd8d2..a06a07e4e0b1b88b3cb054eaf19bbbd2316d298b 100644 (file)
@@ -89,7 +89,7 @@ int ir_raw_event_store(struct input_dev *input_dev, struct ir_raw_event *ev)
        if (!ir->raw)
                return -EINVAL;
 
-       IR_dprintk(2, "sample: (05%dus %s)\n",
+       IR_dprintk(2, "sample: (%05dus %s)\n",
                TO_US(ev->duration), TO_STR(ev->pulse));
 
        if (kfifo_in(&ir->raw->kfifo, ev, sizeof(*ev)) != sizeof(*ev))