mirror of https://gitee.com/openkylin/linux.git
power: supply: ingenic: remove unneeded semicolon
A semicolon is not needed after a switch statement. Signed-off-by: Tom Rix <trix@redhat.com> Acked-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Sebastian Reichel <sre@kernel.org>
This commit is contained in:
parent
34fb2a952b
commit
1e625fe6fa
|
@ -52,7 +52,7 @@ static int ingenic_battery_get_property(struct power_supply *psy,
|
|||
return 0;
|
||||
default:
|
||||
return -EINVAL;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
/* Set the most appropriate IIO channel voltage reference scale
|
||||
|
|
Loading…
Reference in New Issue