~ubuntu-branches/ubuntu/lucid/linux-rt/lucid

« back to all changes in this revision

Viewing changes to drivers/media/video/ivtv/ivtv-firmware.c

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2009-08-05 23:00:52 UTC
  • Revision ID: james.westby@ubuntu.com-20090805230052-7xedvqcyk9dnnxb2
Tags: 2.6.31-1.1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
        int retries = 3;
53
53
 
54
54
retry:
55
 
        if (retries && request_firmware(&fw, fn, &itv->dev->dev) == 0) {
 
55
        if (retries && request_firmware(&fw, fn, &itv->pdev->dev) == 0) {
56
56
                int i;
57
57
                volatile u32 __iomem *dst = (volatile u32 __iomem *)mem;
58
58
                const u32 *src = (const u32 *)fw->data;