public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pcmcia: cs.c bugfix (Russell King)
@ 2003-02-23 19:52 Dominik Brodowski
  0 siblings, 0 replies; only message in thread
From: Dominik Brodowski @ 2003-02-23 19:52 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

A small bugfix to pcmcia's cs.c - without it, we end up inquiring the same 
socket all the time.

Please apply,
	Dominik

diff -ruN linux-original/drivers/pcmcia/cs.c linux/drivers/pcmcia/cs.c
--- linux-original/drivers/pcmcia/cs.c	2003-02-23 20:49:56.000000000 +0100
+++ linux/drivers/pcmcia/cs.c	2003-02-23 13:12:23.000000000 +0100
@@ -360,7 +360,7 @@
 		if (j == sockets) sockets++;
 
 		init_socket(s);
-		s->ss_entry->inquire_socket(i, &s->cap);
+		s->ss_entry->inquire_socket(s->sock, &s->cap);
 #ifdef CONFIG_PROC_FS
 		if (proc_pccard) {
 			char name[3];

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-02-23 19:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-23 19:52 [PATCH] pcmcia: cs.c bugfix (Russell King) Dominik Brodowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox