drivers/power/battery_gauge.c: Yet another typo fix from big CONFIG_DISABLE_POLL removal. Noted by Jussi Kivilinna.

This commit is contained in:
Gregory Nutt 2019-05-22 07:54:48 -06:00
parent 4e56c577fe
commit 393ef5a069

View File

@ -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
};