android_hardware_samsung/power
Jan Altensen 92126914d0 power: properly initialize cluster states
this fixes the following error
hardware/samsung/power/power.c:415:51: error: excess elements in array initializer [-Werror]
    char ON[CLUSTER_COUNT][PARAM_MAXLEN]  = {"1", "1"};

when only one cluster is defined

Change-Id: I49f88297afb8d57d8abd309e22fa667134b7e406
2020-04-09 16:40:38 +02:00
..
include power: Allow for a dynamic cluster configuration 2017-07-13 19:13:51 +00:00
Android.mk power: Get panel backlight brightness from lights helper 2016-12-21 14:24:03 -08:00
power.c power: properly initialize cluster states 2020-04-09 16:40:38 +02:00