regulator: da9211: fix coccinelle warnings
drivers/regulator/da9211-regulator.c:281:2-3: Unneeded semicolon Removes unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
bf3baca6c5
commit
c2a946e07f
|
@ -278,7 +278,7 @@ static struct da9211_pdata *da9211_parse_regulators_dt(
|
|||
pdata->init_data[n] = da9211_matches[i].init_data;
|
||||
|
||||
n++;
|
||||
};
|
||||
}
|
||||
|
||||
return pdata;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue