aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx18/cx18-av-firmware.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/cx18/cx18-av-firmware.c')
-rw-r--r--drivers/media/video/cx18/cx18-av-firmware.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx18/cx18-av-firmware.c b/drivers/media/video/cx18/cx18-av-firmware.c
index d1fa0289b067..b374c74d3e7b 100644
--- a/drivers/media/video/cx18/cx18-av-firmware.c
+++ b/drivers/media/video/cx18/cx18-av-firmware.c
@@ -36,7 +36,7 @@ int cx18_av_loadfw(struct cx18 *cx)
36 int i; 36 int i;
37 int retries1 = 0; 37 int retries1 = 0;
38 38
39 if (request_firmware(&fw, FWFILE, &cx->dev->dev) != 0) { 39 if (request_firmware(&fw, FWFILE, &cx->pci_dev->dev) != 0) {
40 CX18_ERR("unable to open firmware %s\n", FWFILE); 40 CX18_ERR("unable to open firmware %s\n", FWFILE);
41 return -EINVAL; 41 return -EINVAL;
42 } 42 }