On Thu, Oct 21, 2010 at 10:07 AM, Mauro Carvalho Chehab <[email protected]> wrote: > Signed-off-by: Mauro Carvalho Chehab <[email protected]> > > diff --git a/drivers/media/IR/ir-raw-event.c b/drivers/media/IR/ir-raw-event.c > index 0d59ef7..a06a07e 100644 > --- a/drivers/media/IR/ir-raw-event.c > +++ b/drivers/media/IR/ir-raw-event.c > @@ -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))
Acked-by: Jarod Wilson <[email protected]> -- Jarod Wilson [email protected] -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
