Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] patch against 2.6 fw load patch



Hi,
i would propose this:


Index: xx-02-av7110-firmware-load.diff
===================================================================
RCS file: /cvs/linuxtv/dvb-kernel/patches-2.6/xx-02-av7110-firmware-load.diff,v
retrieving revision 1.3
diff -u -r1.3 xx-02-av7110-firmware-load.diff
--- xx-02-av7110-firmware-load.diff	6 Nov 2003 20:06:51 -0000	1.3
+++ xx-02-av7110-firmware-load.diff	28 Nov 2003 18:20:19 -0000
@@ -51,7 +51,7 @@
 +	DEB_EE(("dev: %p, av7110: %p\n",dev,av7110));
 +
 +	/* request the av7110 firmware, this will block until someone uploads it */
-+	ret = request_firmware(&fw, "av7110 firmware", &dev->pci->dev);
++	ret = request_firmware(&fw, "av7110", &dev->pci->dev);
 +	if ( 0 != ret ) {
 +		printk("dvb-ttpci: cannot request firmware!\n");
 +		return -EINVAL;


As the hotplug stuff is not really good in escaping spaces in firmware
filenames.

Flo
-- 
Florian Lohoff                  flo@rfc822.org             +49-171-2280134
                        Heisenberg may have been here.

Attachment: pgp00006.pgp
Description: PGP signature


Home | Main Index | Thread Index