Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0e8f4cc5c8bb782edbaee54a760ebc034252fab0
Commit:     0e8f4cc5c8bb782edbaee54a760ebc034252fab0
Parent:     e08a8c9dc7d247ec2a98ea2d7ac5ecea6af5593c
Author:     Matthias Schwarzott <[EMAIL PROTECTED]>
AuthorDate: Mon Jan 28 12:01:11 2008 -0300
Committer:  Mauro Carvalho Chehab <[EMAIL PROTECTED]>
CommitDate: Mon Feb 18 11:15:00 2008 -0300

    V4L/DVB (7097): saa7134-dvb: add missing dvb_attach call (for 
tda10046_attach)
    
    saa7134-dvb: add missing dvb_attach around tda10046_attach
    
    This patch adds a possibly missing dvb_attach for tda10046_attach.
    This removes the hard dependency of saa7134-dvb on tda1004x module.
    
    Signed-off-by: Matthias Schwarzott <[EMAIL PROTECTED]>
    Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
---
 drivers/media/video/saa7134/saa7134-dvb.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/drivers/media/video/saa7134/saa7134-dvb.c 
b/drivers/media/video/saa7134/saa7134-dvb.c
index 90f495a..e58f437 100644
--- a/drivers/media/video/saa7134/saa7134-dvb.c
+++ b/drivers/media/video/saa7134/saa7134-dvb.c
@@ -1022,8 +1022,9 @@ static int dvb_init(struct saa7134_dev *dev)
                }
                break;
        case SAA7134_BOARD_ASUS_EUROPA2_HYBRID:
-               dev->dvb.frontend = tda10046_attach(&medion_cardbus,
-                                                   &dev->i2c_adap);
+               dev->dvb.frontend = dvb_attach(tda10046_attach,
+                                              &medion_cardbus,
+                                              &dev->i2c_adap);
                if (dev->dvb.frontend) {
                        dev->original_demod_sleep = 
dev->dvb.frontend->ops.sleep;
                        dev->dvb.frontend->ops.sleep = 
philips_europa_demod_sleep;
-
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