Commit 5f6f0145 authored by Felipe Balbi's avatar Felipe Balbi Committed by Tony Lindgren

I2C: TWL4030: Give a name to twl4030 irq_chip

Small cleanup to beautify /proc/interrupts.
Signed-off-by: default avatarFelipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 65d54894
...@@ -238,6 +238,7 @@ static void twl4030_i2c_enableint(unsigned int irq) {} ...@@ -238,6 +238,7 @@ static void twl4030_i2c_enableint(unsigned int irq) {}
/* information for processing in the Work Item */ /* information for processing in the Work Item */
static struct irq_chip twl4030_irq_chip = { static struct irq_chip twl4030_irq_chip = {
.name = "twl4030",
.ack = twl4030_i2c_ackirq, .ack = twl4030_i2c_ackirq,
.mask = twl4030_i2c_disableint, .mask = twl4030_i2c_disableint,
.unmask = twl4030_i2c_enableint, .unmask = twl4030_i2c_enableint,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment