All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steffen Barszus <steffenbpunkt@googlemail.com>
To: linux-media@vger.kernel.org
Subject: patches missing in git ? - TT S2 1600
Date: Sun, 6 Mar 2011 14:20:20 +0100	[thread overview]
Message-ID: <20110306142020.7fe695ca@grobi> (raw)

I have one patch lying around which will fix a kernel oops if more than
one TT S2 1600 is build into the same computer. 

It still applies and compiles - does someone know if this has been
obsoleted by another patch or if that means it is still missing ? 

Thanks !

Kind Regards 

Steffen

diff -r 7c0b887911cf linux/drivers/media/dvb/frontends/stv090x.c
--- a/linux/drivers/media/dvb/frontends/stv090x.c	Mon Apr 05 22:56:43 2010 -0400
+++ b/linux/drivers/media/dvb/frontends/stv090x.c	Sun Apr 11 13:46:43 2010 +0200
@@ -4664,7 +4664,7 @@ 
 	if (stv090x_i2c_gate_ctrl(state, 1) < 0)
 		goto err;
 
-	if (state->config->tuner_sleep) {
+	if (fe->tuner_priv && state->config->tuner_sleep) {
 		if (state->config->tuner_sleep(fe) < 0)
 			goto err_gateoff;
 	}


             reply	other threads:[~2011-03-06 13:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-06 13:20 Steffen Barszus [this message]
2011-04-29 13:48 ` patches missing in git ? - TT S2 1600 Mauro Carvalho Chehab
2011-09-02 10:59   ` Steffen Barszus

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=20110306142020.7fe695ca@grobi \
    --to=steffenbpunkt@googlemail.com \
    --cc=linux-media@vger.kernel.org \
    /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.