diff options
author | Olli Salonen <olli.salonen@iki.fi> | 2014-09-29 03:44:17 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-10-30 09:46:34 -0400 |
commit | 9a25d410bbc84074578ff2fb3c39aa768c7d5555 (patch) | |
tree | f231481cbb710008927ee48f9dec385c23e0c85f | |
parent | 82c10276d4e86fa51b89cf62a1cf6ed12d543843 (diff) |
[media] sp2: fix incorrect struct
Incorrect struct used in the SP2 driver.
Reported-by: Max Nibble <nibble.max@gmail.com>
Signed-off-by: Olli Salonen <olli.salonen@iki.fi>
Reviewed-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
-rw-r--r-- | drivers/media/dvb-frontends/sp2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/sp2.c b/drivers/media/dvb-frontends/sp2.c index 9b684d5c8f91..1f4f25004711 100644 --- a/drivers/media/dvb-frontends/sp2.c +++ b/drivers/media/dvb-frontends/sp2.c | |||
@@ -407,7 +407,7 @@ err: | |||
407 | 407 | ||
408 | static int sp2_remove(struct i2c_client *client) | 408 | static int sp2_remove(struct i2c_client *client) |
409 | { | 409 | { |
410 | struct si2157 *s = i2c_get_clientdata(client); | 410 | struct sp2 *s = i2c_get_clientdata(client); |
411 | 411 | ||
412 | dev_dbg(&client->dev, "\n"); | 412 | dev_dbg(&client->dev, "\n"); |
413 | 413 | ||