Commit b1f85c0f authored by Andrey Ryabinin's avatar Andrey Ryabinin Committed by Lee Jones

backlight: da9052_bl: Terminate da9052_wled_ids array with empty element

Array of platform_device_id elements should be terminated
with empty element.
Signed-off-by: default avatarAndrey Ryabinin <a.ryabinin@samsung.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent c6f77bc2
......@@ -165,6 +165,7 @@ static struct platform_device_id da9052_wled_ids[] = {
.name = "da9052-wled3",
.driver_data = DA9052_TYPE_WLED3,
},
{ },
};
static struct platform_driver da9052_wled_driver = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment