[media] media: coda: Use full device name for request_irq()
authorAlexander Shiyan <shc_work@mail.ru>
Sat, 26 Apr 2014 09:14:46 +0000 (06:14 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Fri, 23 May 2014 15:21:09 +0000 (12:21 -0300)
commit08a72e4c0a8086074f7a499306c45d33c50a8981
tree96daea01db0544d5bc2533d0c8e5ce721cb85ac2
parentb1c090d0f4afbb87340dcdd5084391098d2f279d
[media] media: coda: Use full device name for request_irq()

This will help to debug driver, allows us to see the full name of
the device through /proc/interrupts.

           CPU0
...
 69:          0  mxc-avic  53  10023000.coda
...

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/platform/coda.c