提交 617ee863 编写于 作者: R Roman Kiryanov 提交者: Sebastian Reichel

drivers: power: supply: goldfish_battery: Fix alignment

Align two values as other values below.
Signed-off-by: NRoman Kiryanov <rkir@google.com>
Signed-off-by: NSebastian Reichel <sebastian.reichel@collabora.com>
上级 5fbde356
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册