All of lore.kernel.org
 help / color / mirror / Atom feed
From: Benoit Boissinot <bboissin@gmail.com>
To: kernel-janitors@vger.kernel.org
Subject: Re: [KJ] cli()/sti()-removal
Date: Wed, 27 Apr 2005 20:02:25 +0000	[thread overview]
Message-ID: <40f323d00504271302be268ae@mail.gmail.com> (raw)
In-Reply-To: <IFMF7B$A1BC6FE6642552690BEA67D5E7D8ABF3@tiscali.fr>

On 4/27/05, david.chosrova@libertysurf.fr <david.chosrova@libertysurf.fr> wrote:
> 
> 
> --- linux-2.6.11.7/drivers/net/irda/ep7211_ir.c.orig    2005-04-27 17:41:36.000000000 +0100
> +++ linux-2.6.11.7/drivers/net/irda/ep7211_ir.c 2005-04-27 17:53:33.000000000 +0100
> @@ -14,6 +14,7 @@
> 
>  #include <asm/io.h>
>  #include <asm/hardware.h>
> +#include<asm/spinlock.h>
> 
>  #define MIN_DELAY 25      /* 15 us, but wait a little more to be sure */
>  #define MAX_DELAY 10000   /* 1 ms */
> @@ -22,7 +23,7 @@ static void ep7211_ir_open(dongle_t *sel
>  static void ep7211_ir_close(dongle_t *self);
>  static int  ep7211_ir_change_speed(struct irda_task *task);
>  static int  ep7211_ir_reset(struct irda_task *task);
> -
> +static spinlock_t driver_lock = SPIN_LOCK_UNLOCKED;

spin_lock_init(driver_lock)
(cf TODO)

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors

      reply	other threads:[~2005-04-27 20:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-27 19:52 [KJ] cli()/sti()-removal 
2005-04-27 20:02 ` Benoit Boissinot [this message]

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=40f323d00504271302be268ae@mail.gmail.com \
    --to=bboissin@gmail.com \
    --cc=kernel-janitors@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.