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;