[RFC PATCH 3/8] pcmcia: fix comment for pcmcia_load_firmware
Dominik Brodowski
linux at dominikbrodowski.net
Tue Apr 18 13:18:56 EDT 2006
Please review these patches which I inted to push upstream for 2.6.17 soon.
Thanks,
Dominik
From: Komuro <komurojun-mbn at nifty.com>
Subject: [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 at nifty.com
Signed-off-by: Dominik Brodowski <linux at dominikbrodowski.net>
---
drivers/pcmcia/ds.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
6c072787f0d5e44001ab90fbf84bfb20a09b4892
diff --git a/drivers/pcmcia/ds.c b/drivers/pcmcia/ds.c
index 7582362..7b7428c 100644
--- a/drivers/pcmcia/ds.c
+++ b/drivers/pcmcia/ds.c
@@ -236,11 +236,11 @@ static void pcmcia_check_driver(struct p
/**
* 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)
{
--
1.2.6
More information about the linux-pcmcia
mailing list