summary refs log tree commit diff
path: root/drivers/pcmcia
diff options
context:
space:
mode:
authorKomuro <komurojun-mbn@nifty.com>2006-03-12 11:32:07 +0900
committerDominik Brodowski <linux@dominikbrodowski.net>2006-04-22 00:49:14 +0200
commit90ff87008df12da7f2486178d0dee13745c1de6b (patch)
tree0c4f5e693bd1295a97dcdbd8a07a72ffd126591c /drivers/pcmcia
parent6171b88b436ceb91d602ca570e63a0dcdd56648e (diff)
downloadlinux-90ff87008df12da7f2486178d0dee13745c1de6b.tar.gz
[PATCH] pcmcia: fix comment for pcmcia_load_firmware
The comment of "pcmcia_load_firmware" is wrong: the
firmware(*.cis) files reside in /lib/firmware/ _not_
/lib/firmware/cis/ .

Signed-off-by: komurojun-mbn@nifty.com
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Diffstat (limited to 'drivers/pcmcia')
-rw-r--r--drivers/pcmcia/ds.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pcmcia/ds.c b/drivers/pcmcia/ds.c
index 7582362a38c3..7b7428c77d7a 100644
--- a/drivers/pcmcia/ds.c
+++ b/drivers/pcmcia/ds.c
@@ -236,11 +236,11 @@ static void pcmcia_check_driver(struct pcmcia_driver *p_drv)
 /**
  * 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)
 {