Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

Lee Jones 997eea46 5b7b2ac1

+1 -1
+1 -1
drivers/mfd/da9052-irq.c
··· 283 283 284 284 int da9052_irq_exit(struct da9052 *da9052) 285 285 { 286 - da9052_free_irq(da9052, DA9052_IRQ_ADC_EOM , da9052); 286 + da9052_free_irq(da9052, DA9052_IRQ_ADC_EOM, da9052); 287 287 regmap_del_irq_chip(da9052->chip_irq, da9052->irq_data); 288 288 289 289 return 0;