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:
committed by
Sebastian Reichel
parent
34fb2a952b
commit
1e625fe6fa
@@ -52,7 +52,7 @@ static int ingenic_battery_get_property(struct power_supply *psy,
|
|||||||
return 0;
|
return 0;
|
||||||
default:
|
default:
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
};
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Set the most appropriate IIO channel voltage reference scale
|
/* Set the most appropriate IIO channel voltage reference scale
|
||||||
|
Reference in New Issue
Block a user