drivers: power: supply: goldfish_battery: Fix alignment

Align two values as other values below.

Signed-off-by: Roman Kiryanov <rkir@google.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
This commit is contained in:
Roman Kiryanov 2018-12-18 16:31:37 -08:00 committed by Sebastian Reichel
parent 5fbde356cb
commit 617ee863ed

View file

@ -34,9 +34,9 @@ struct goldfish_battery_data {
enum {
/* status register */
BATTERY_INT_STATUS = 0x00,
BATTERY_INT_STATUS = 0x00,
/* set this to enable IRQ */
BATTERY_INT_ENABLE = 0x04,
BATTERY_INT_ENABLE = 0x04,
BATTERY_AC_ONLINE = 0x08,
BATTERY_STATUS = 0x0C,