summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/dvb-usb/opera1.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-05-08 18:10:05 -0300
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-06-15 18:10:01 -0300
commitfe63a1a6216749fd9d9c5b52d52b75240f9d20f3 (patch)
treea027e2e6c0b45470892f860f13a59f6af687f2e9 /drivers/media/usb/dvb-usb/opera1.c
parent5fb94e9ca333f0fe1d96de06704a79942b3832c3 (diff)
downloadtalos-op-linux-fe63a1a6216749fd9d9c5b52d52b75240f9d20f3.tar.gz
talos-op-linux-fe63a1a6216749fd9d9c5b52d52b75240f9d20f3.zip
media: dvb: fix location of get_dvb_firmware script
This script was moved out of Documentation/dvb, but the links weren't updated. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Acked-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'drivers/media/usb/dvb-usb/opera1.c')
-rw-r--r--drivers/media/usb/dvb-usb/opera1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/dvb-usb/opera1.c b/drivers/media/usb/dvb-usb/opera1.c
index 946a5ccc8f1a..eeafa3cdbbdc 100644
--- a/drivers/media/usb/dvb-usb/opera1.c
+++ b/drivers/media/usb/dvb-usb/opera1.c
@@ -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 {
OpenPOWER on IntegriCloud