The patch number 13219 was added via Michael Krufky <mkru...@kernellabs.com>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        Linux Media Mailing List <linux-me...@vger.kernel.org>

------

From: Michael Krufky  <mkru...@kernellabs.com>
tda18271: remove unneeded braces in switch..case block


Priority: normal

Signed-off-by: Michael Krufky <mkru...@kernellabs.com>


---

 linux/drivers/media/common/tuners/tda18271-fe.c |    2 --
 1 file changed, 2 deletions(-)

diff -r ef8e0194a645 -r 931c1f7d5379 
linux/drivers/media/common/tuners/tda18271-fe.c
--- a/linux/drivers/media/common/tuners/tda18271-fe.c   Sat Oct 24 17:37:22 
2009 -0400
+++ b/linux/drivers/media/common/tuners/tda18271-fe.c   Sun Oct 25 11:36:26 
2009 -0400
@@ -1261,7 +1261,6 @@
        case 0:
                goto fail;
        case 1:
-       {
                /* new tuner instance */
                fe->tuner_priv = priv;
 
@@ -1285,7 +1284,6 @@
 
                mutex_unlock(&priv->lock);
                break;
-       }
        default:
                /* existing tuner instance */
                fe->tuner_priv = priv;


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/931c1f7d53794725491cdd4ac1db4e230093e286

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to