diff options
Diffstat (limited to 'drivers/media/rc/rc-ir-raw.c')
-rw-r--r-- | drivers/media/rc/rc-ir-raw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/rc/rc-ir-raw.c b/drivers/media/rc/rc-ir-raw.c index b9e4645c731c..1068f2ba56c6 100644 --- a/drivers/media/rc/rc-ir-raw.c +++ b/drivers/media/rc/rc-ir-raw.c | |||
@@ -406,7 +406,7 @@ int ir_raw_event_register(struct rc_dev *dev) | |||
406 | 406 | ||
407 | spin_lock_init(&dev->raw->lock); | 407 | spin_lock_init(&dev->raw->lock); |
408 | dev->raw->thread = kthread_run(ir_raw_event_thread, dev->raw, | 408 | dev->raw->thread = kthread_run(ir_raw_event_thread, dev->raw, |
409 | "rc%ld", dev->devno); | 409 | "rc%u", dev->minor); |
410 | 410 | ||
411 | if (IS_ERR(dev->raw->thread)) { | 411 | if (IS_ERR(dev->raw->thread)) { |
412 | rc = PTR_ERR(dev->raw->thread); | 412 | rc = PTR_ERR(dev->raw->thread); |