Commit 9a25d410 authored by Olli Salonen's avatar Olli Salonen Committed by Mauro Carvalho Chehab

[media] sp2: fix incorrect struct

Incorrect struct used in the SP2 driver.
Reported-by: default avatarMax Nibble <nibble.max@gmail.com>
Signed-off-by: default avatarOlli Salonen <olli.salonen@iki.fi>
Reviewed-by: default avatarAntti Palosaari <crope@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 82c10276
......@@ -407,7 +407,7 @@ static int sp2_probe(struct i2c_client *client,
static int sp2_remove(struct i2c_client *client)
{
struct si2157 *s = i2c_get_clientdata(client);
struct sp2 *s = i2c_get_clientdata(client);
dev_dbg(&client->dev, "\n");
......
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