~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/media/video/gspca/stv06xx/stv06xx.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
525
525
                          const struct usb_device_id *id)
526
526
{
527
527
        struct sd *sd = (struct sd *) gspca_dev;
528
 
        struct cam *cam;
529
528
 
530
529
        PDEBUG(D_PROBE, "Configuring camera");
531
530
 
532
 
        cam = &gspca_dev->cam;
533
531
        sd->desc = sd_desc;
534
532
        sd->bridge = id->driver_info;
535
533
        gspca_dev->sd_desc = &sd->desc;