]> git.karo-electronics.de Git - linux-beck.git/commitdiff
mfd: da9052-irq: Fix trivial 'space before comma' error
authorLee Jones <lee.jones@linaro.org>
Wed, 28 Oct 2015 16:53:04 +0000 (16:53 +0000)
committerLee Jones <lee.jones@linaro.org>
Thu, 14 Jan 2016 08:44:04 +0000 (08:44 +0000)
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>
drivers/mfd/da9052-irq.c

index f4cb4613140bf91ac31ffd396ec701bcdbde174e..cd4ca849ca441a6c57644693ba05ea890df013f4 100644 (file)
@@ -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;