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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Andy Whitcroft, Andy Whitcroft
  • Date: 2012-06-21 09:16:38 UTC
  • Revision ID: package-import@ubuntu.com-20120621091638-gubhv4nox8xez1ct
Tags: 3.5.0-1.1
[ Andy Whitcroft]

* Rebuild lowlatency against Ubuntu-3.5.0-1.1
* All new configuration system to allow configuration deltas to be
  exposed via debian.lowlatency/config-delta

Show diffs side-by-side

added added

removed removed

Lines of Context:
309
309
        }
310
310
}
311
311
 
312
 
/* init + register i2c algo-bit adapter */
 
312
/* init + register i2c adapter */
313
313
int cx23885_i2c_register(struct cx23885_i2c *bus)
314
314
{
315
315
        struct cx23885_dev *dev = bus->dev;