From: Antti Palosaari <crope@iki.fi>
To: Olli Salonen <olli.salonen@iki.fi>, linux-media@vger.kernel.org
Subject: Re: [PATCH 2/5] sp2: fix incorrect struct
Date: Wed, 01 Oct 2014 22:57:20 +0300 [thread overview]
Message-ID: <542C5CA0.9020204@iki.fi> (raw)
In-Reply-To: <1411976660-19329-2-git-send-email-olli.salonen@iki.fi>
Reviewed-by: Antti Palosaari <crope@iki.fi>
Antti
On 09/29/2014 10:44 AM, Olli Salonen wrote:
> Incorrect struct used in the SP2 driver.
>
> Reported-by: Max Nibble <nibble.max@gmail.com>
> Signed-off-by: Olli Salonen <olli.salonen@iki.fi>
> ---
> drivers/media/dvb-frontends/sp2.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/media/dvb-frontends/sp2.c b/drivers/media/dvb-frontends/sp2.c
> index 9b684d5..1f4f250 100644
> --- a/drivers/media/dvb-frontends/sp2.c
> +++ b/drivers/media/dvb-frontends/sp2.c
> @@ -407,7 +407,7 @@ err:
>
> 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");
>
>
--
http://palosaari.fi/
next prev parent reply other threads:[~2014-10-01 19:57 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-29 7:44 [PATCH 1/5] cx23855: add support for DVBSky T980C (no CI support) Olli Salonen
2014-09-29 7:44 ` [PATCH 2/5] sp2: fix incorrect struct Olli Salonen
2014-10-01 19:57 ` Antti Palosaari [this message]
2014-09-29 7:44 ` [PATCH 3/5] sp2: improve debug logging Olli Salonen
2014-10-01 19:57 ` Antti Palosaari
2014-09-29 7:44 ` [PATCH 4/5] cx23885: add I2C client for CI into state and handle unregistering Olli Salonen
2014-10-01 20:02 ` Antti Palosaari
2014-09-29 7:44 ` [PATCH 5/5] cx23855: add CI support for DVBSky T980C Olli Salonen
2014-10-01 20:16 ` Antti Palosaari
2014-09-29 12:05 ` Nibble Max
2014-09-29 12:44 ` Olli Salonen
2014-10-01 19:56 ` [PATCH 1/5] cx23855: add support for DVBSky T980C (no CI support) Antti Palosaari
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=542C5CA0.9020204@iki.fi \
--to=crope@iki.fi \
--cc=linux-media@vger.kernel.org \
--cc=olli.salonen@iki.fi \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.