Commit 508e50ca authored by Andrew Morton's avatar Andrew Morton Committed by Greg Kroah-Hartman

[PATCH] Typo after 8250_cs update (SERIAL)

From: Francois Romieu <romieu@fr.zoreil.com>

s/GetConfiguration/GetConfigurationInfo/
parent 8a8197fa
......@@ -435,7 +435,7 @@ static int multi_config(dev_link_t * link)
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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment