Re: [PATCH] i2c: tegra: set irq name as device name

2012-10-13 Thread Jean Delvare
On Fri, 12 Oct 2012 23:19:32 +0530, Laxman Dewangan wrote: > When watching the irqs name of tegra i2c, all instances > irq name shows as tegra_i2c. > > Passing the device name properly to have the irq names with > instance like tegra-i2c.0, tegra-i2c.1 etc. > > Signed-off-by: Laxman Dewangan > -

[PATCH] i2c: tegra: set irq name as device name

2012-10-12 Thread Laxman Dewangan
When watching the irqs name of tegra i2c, all instances irq name shows as tegra_i2c. Passing the device name properly to have the irq names with instance like tegra-i2c.0, tegra-i2c.1 etc. Signed-off-by: Laxman Dewangan --- drivers/i2c/busses/i2c-tegra.c |2 +- 1 files changed, 1 insertions