Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ff3e7dd5809fb632447f1aa6de6b3ffb755727dd
Commit:     ff3e7dd5809fb632447f1aa6de6b3ffb755727dd
Parent:     05a4611b5d71ad6f968fdeef092c24914570898b
Author:     Michael Krufky <[EMAIL PROTECTED]>
AuthorDate: Sun Sep 9 13:00:45 2007 -0300
Committer:  Mauro Carvalho Chehab <[EMAIL PROTECTED]>
CommitDate: Tue Oct 9 22:14:46 2007 -0300

    V4L/DVB (6229): dvb-pll: increase DVB_PLL_MAX to 64
    
    Increased DVB_PLL_MAX from 16 to a figure that would never be reached in a
    practical sense.
    
    Signed-off-by: Michael Krufky <[EMAIL PROTECTED]>
    Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
---
 drivers/media/dvb/frontends/dvb-pll.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/dvb/frontends/dvb-pll.c 
b/drivers/media/dvb/frontends/dvb-pll.c
index 7b13324..0fb4d45 100644
--- a/drivers/media/dvb/frontends/dvb-pll.c
+++ b/drivers/media/dvb/frontends/dvb-pll.c
@@ -40,7 +40,7 @@ struct dvb_pll_priv {
        u32 bandwidth;
 };
 
-#define DVB_PLL_MAX 16
+#define DVB_PLL_MAX 64
 
 static unsigned int dvb_pll_devcount;
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to