Skip to content

Commit

Permalink
OMAPDSS: Add terminating entry for picodlp_i2c_id table
Browse files Browse the repository at this point in the history
The i2c_device_id table is supposed to be zero-terminated.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
  • Loading branch information
Axel Lin authored and Tomi Valkeinen committed Nov 30, 2012
1 parent 29aaf90 commit c252ea0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/video/omap2/displays/panel-picodlp.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ struct picodlp_i2c_data {

static struct i2c_device_id picodlp_i2c_id[] = {
{ "picodlp_i2c_driver", 0 },
{ }
};

struct picodlp_i2c_command {
Expand Down

0 comments on commit c252ea0

Please sign in to comment.