Re: [PATCH] media: coda: Use full device name for request_irq()

2014-04-29 Thread Philipp Zabel
Am Samstag, den 26.04.2014, 13:14 +0400 schrieb Alexander Shiyan: > 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 Acked-by

[PATCH] media: coda: Use full device name for request_irq()

2014-04-26 Thread Alexander Shiyan
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 --- drivers/media/platform/coda.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di