[drivers/pcmcia/ds.c] comment of "pcmcia_load_firmware" is wrong
Komuro
komurojun-mbn at nifty.com
Sat Mar 11 21:32:07 EST 2006
[drivers/pcmcia/ds.c]
The comment of "pcmcia_load_firmware" is wrong.
The firmware(*.cis) files reside in /lib/firmware/
_not_ /lib/firmware/cis/
--- linux/drivers/pcmcia/ds.c.0 2006-03-11 22:22:49.000000000 +0900
+++ linux/drivers/pcmcia/ds.c 2006-03-12 11:34:30.000000000 +0900
@@ -236,11 +236,11 @@
/**
* pcmcia_load_firmware - load CIS from userspace if device-provided is broken
* @dev - the pcmcia device which needs a CIS override
- * @filename - requested filename in /lib/firmware/cis/
+ * @filename - requested filename in /lib/firmware/
*
* This uses the in-kernel firmware loading mechanism to use a "fake CIS" if
* the one provided by the card is broken. The firmware files reside in
- * /lib/firmware/cis/ in userspace.
+ * /lib/firmware/ in userspace.
*/
static int pcmcia_load_firmware(struct pcmcia_device *dev, char * filename)
{
Best Regards
Komuro
More information about the linux-pcmcia
mailing list