The patch number 9426 was added via Manu Abraham <[EMAIL PROTECTED]>
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:
[EMAIL PROTECTED]
------
From: Manu Abraham <[EMAIL PROTECTED]>
missing break
Signed-off-by: Manu Abraham <[EMAIL PROTECTED]>
---
linux/drivers/media/dvb/frontends/stb6100.c | 1 +
1 file changed, 1 insertion(+)
diff -r b17619ad5d32 -r af944c08a1ac linux/drivers/media/dvb/frontends/stb6100.c
--- a/linux/drivers/media/dvb/frontends/stb6100.c Thu Oct 18 13:25:51
2007 +0400
+++ b/linux/drivers/media/dvb/frontends/stb6100.c Thu Oct 18 19:03:40
2007 +0400
@@ -357,6 +357,7 @@ static int stb6100_set_frequency(struct
default:
dprintk(verbose, FE_NOTICE, 1, "symbol rate unknown!");
srate = 22000000; /* just a typical default value */
+ break;
}
/* Baseband gain. */
---
Patch is available at:
http://linuxtv.org/hg/v4l-dvb/rev/af944c08a1acfa88a43c162eeafde0f08a8b7dbf
_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits