~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal

« back to all changes in this revision

Viewing changes to drivers/media/video/cx23885/cx23885-dvb.c

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-04kado7d1u2er2rl
Tags: 3.2.0-16.25
Add new lowlatency kernel flavour

Show diffs side-by-side

added added

removed removed

Lines of Context:
940
940
 
941
941
                        fe = dvb_attach(xc4000_attach, fe0->dvb.frontend,
942
942
                                        &dev->i2c_bus[1].i2c_adap, &cfg);
 
943
                        if (!fe) {
 
944
                                printk(KERN_ERR "%s/2: xc4000 attach failed\n",
 
945
                                       dev->name);
 
946
                                goto frontend_detach;
 
947
                        }
943
948
                }
944
949
                break;
945
950
        case CX23885_BOARD_TBS_6920: