[PATCH] 2.5.73bk - Typo after 8250_cs update (SERIAL)

Francois Romieu (romieu@fr.zoreil.com)
Wed, 25 Jun 2003 23:41:38 +0200


s/GetConfiguration/GetConfigurationInfo/

drivers/serial/8250_cs.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/serial/8250_cs.c~trivial-typo-8250_cs drivers/serial/8250_cs.c
--- linux-2.5.73-1.1348.16.4-to-1.1448/drivers/serial/8250_cs.c~trivial-typo-8250_cs Wed Jun 25 23:28:18 2003
+++ linux-2.5.73-1.1348.16.4-to-1.1448-fr/drivers/serial/8250_cs.c Wed Jun 25 23:28:18 2003
@@ -435,7 +435,7 @@ static int multi_config(dev_link_t * lin

i = CardServices(GetConfigurationInfo, handle, &config);
if (i != CS_SUCCESS) {
- cs_error(handle, GetConfiguration, i);
+ cs_error(handle, GetConfigurationInfo, i);
return -1;
}
link->conf.Vcc = config.Vcc;

_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/