From 119daf8bbb511aa4b38af51033fa959e27fa52cb Mon Sep 17 00:00:00 2001 From: Alex Harford Date: Sun, 15 Jun 2008 10:34:25 -0700 Subject: [PATCH] --- yaml --- r: 98931 b: refs/heads/master c: 05f43d48ddbda0ce74941aff4711a1829116cc4f h: refs/heads/master i: 98929: 95f1e1daff9fd76f89f1eba0c2deea9ea21ba083 98927: baa82f65a9bea195d3fd64d8961498cbb06fb5a3 v: v3 --- [refs] | 2 +- trunk/drivers/pcmcia/ti113x.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 6eb8c438204e..5d64c73f8639 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c1ac02280d76de7aba8a9d43638d0f7d1fd0f820 +refs/heads/master: 05f43d48ddbda0ce74941aff4711a1829116cc4f diff --git a/trunk/drivers/pcmcia/ti113x.h b/trunk/drivers/pcmcia/ti113x.h index 87a5fd5c2127..129db7bd06c3 100644 --- a/trunk/drivers/pcmcia/ti113x.h +++ b/trunk/drivers/pcmcia/ti113x.h @@ -692,7 +692,7 @@ static int ti12xx_2nd_slot_empty(struct yenta_socket *socket) goto out; /* check state */ - yenta_get_status(&socket->socket, &state); + yenta_get_status(&slot2->socket, &state); if (state & SS_DETECT) { ret = 0; goto out;