lkml.org 
[lkml]   [2003]   [Jun]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] 2.5.73bk - Typo after 8250_cs update (SERIAL)
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/

\
 
 \ /
  Last update: 2005-03-22 13:36    [W:0.026 / U:0.784 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site