drivers/power/battery_gauge.c: Yet another typo fix from big CONFIG_DISABLE_POLL removal. Noted by Jussi Kivilinna.
This commit is contained in:
parent
4e56c577fe
commit
393ef5a069
@ -90,7 +90,7 @@ static const struct file_operations g_batteryops =
|
||||
bat_gauge_read,
|
||||
bat_gauge_write,
|
||||
NULL,
|
||||
bat_gauge_ioctl.
|
||||
bat_gauge_ioctl,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user