mirror of https://gitee.com/openkylin/linux.git
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:
parent
5fbde356cb
commit
617ee863ed
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue