mfd: twl6040: Cosmetic, parameter alignment change
To comply with coding style. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
df04b6242a
commit
37aefe9f05
|
@ -583,9 +583,8 @@ static int twl6040_probe(struct i2c_client *client,
|
|||
goto gpio_err;
|
||||
}
|
||||
|
||||
ret = regmap_add_irq_chip(twl6040->regmap, twl6040->irq,
|
||||
IRQF_ONESHOT, 0, &twl6040_irq_chip,
|
||||
&twl6040->irq_data);
|
||||
ret = regmap_add_irq_chip(twl6040->regmap, twl6040->irq, IRQF_ONESHOT,
|
||||
0, &twl6040_irq_chip,&twl6040->irq_data);
|
||||
if (ret < 0)
|
||||
goto gpio_err;
|
||||
|
||||
|
|
Loading…
Reference in New Issue