public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Peter Lundkvist <p.lundkvist@telia.com>
To: Jaakko Niemi <liiwi@lonesom.pp.fi>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.5.71 go boom
Date: Tue, 17 Jun 2003 07:43:56 +0200	[thread overview]
Message-ID: <3EEEAA9C.5060801@telia.com> (raw)
In-Reply-To: <20030616212700.J13312@flint.arm.linux.org.uk>

Russell King wrote:
> Great, this helps a lot.  While I remove the bullet from my foot, could
> you test this patch please?
> 
> --- linux/drivers/pcmcia/cs.c.old	Mon Jun 16 21:17:45 2003
> +++ linux/drivers/pcmcia/cs.c	Mon Jun 16 21:24:23 2003
> @@ -817,7 +817,8 @@
>  				if ((skt->state & SOCKET_PRESENT) &&
>  				     !(status & SS_DETECT))
>  					socket_shutdown(skt);
> -				if (status & SS_DETECT)
> +				if (!(skt->state & SOCKET_PRESENT) &&
> +				    status & SS_DETECT)
>  					socket_insert(skt);
>  			}
>  			if (events & SS_BATDEAD)

A quick test with this patch against 2.5.71: Works OK now!

Thank you

Peter


  reply	other threads:[~2003-06-17  5:30 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-15 17:50 2.5.71 go boom Jaakko Niemi
2003-06-15 18:11 ` Russell King
2003-06-15 20:00   ` Jaakko Niemi
2003-06-15 20:28     ` Russell King
2003-06-15 23:46       ` Jaakko Niemi
2003-06-16  7:54         ` Russell King
2003-06-16 18:36           ` Jaakko Niemi
2003-06-16 19:15           ` Peter Lundkvist
2003-06-16 19:53             ` Stephen Hemminger
2003-06-16 20:27             ` Russell King
2003-06-17  5:43               ` Peter Lundkvist [this message]
2003-06-18 19:49                 ` Jaakko Niemi
2003-06-18 19:58                   ` Russell King
2003-06-18 20:19                     ` Jaakko Niemi
2003-06-25 13:48                     ` Jaakko Niemi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3EEEAA9C.5060801@telia.com \
    --to=p.lundkvist@telia.com \
    --cc=liiwi@lonesom.pp.fi \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox