mfd: da9052-irq: Fix trivial 'space before comma' error
ERROR: space prohibited before that ',' (ctx:WxW) + da9052_free_irq(da9052, DA9052_IRQ_ADC_EOM , da9052); total: 1 errors, 0 warnings, 290 lines checked Cc: Support Opensource <support.opensource@diasemi.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
parent
5b7b2ac152
commit
997eea4691
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ regmap_err:
|
|||
|
||||
int da9052_irq_exit(struct da9052 *da9052)
|
||||
{
|
||||
da9052_free_irq(da9052, DA9052_IRQ_ADC_EOM , da9052);
|
||||
da9052_free_irq(da9052, DA9052_IRQ_ADC_EOM, da9052);
|
||||
regmap_del_irq_chip(da9052->chip_irq, da9052->irq_data);
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue