]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/media/usb/dvb-usb/opera1.c
media: dvb: fix location of get_dvb_firmware script
[linux.git] / drivers / media / usb / dvb-usb / opera1.c
index 946a5ccc8f1a97e8117292810b5d9146bec96d79..eeafa3cdbbdc193705f4e48e2b080487a703c2d4 100644 (file)
@@ -453,7 +453,7 @@ static int opera1_xilinx_load_firmware(struct usb_device *dev,
        info("start downloading fpga firmware %s",filename);
 
        if ((ret = request_firmware(&fw, filename, &dev->dev)) != 0) {
-               err("did not find the firmware file. (%s) Please see linux/Documentation/dvb/ for more details on firmware-problems.",
+               err("did not find the firmware file '%s'. You can use <kernel_dir>/scripts/get_dvb_firmware to get the firmware",
                        filename);
                return ret;
        } else {