Skip to content

Commit

Permalink
backlight: da9052_bl: Terminate da9052_wled_ids array with empty element
Browse files Browse the repository at this point in the history
Array of platform_device_id elements should be terminated
with empty element.

Signed-off-by: Andrey Ryabinin <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
  • Loading branch information
aryabinin authored and Lee Jones committed Apr 9, 2015
1 parent c6f77bc commit b1f85c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/video/backlight/da9052_bl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit b1f85c0

Please sign in to comment.