Re: [PATCH] fixed spinlock use in hysdn_log_close()

2007-04-21 Thread Matthias Kaehlcke
El Fri, Apr 20, 2007 at 05:41:46PM -0700 Andrew Morton ha dit: > On Sat, 14 Apr 2007 07:09:07 +0200 > Matthias Kaehlcke <[EMAIL PROTECTED]> wrote: > > > fixed incorrect spinlock use in hysdn_log_close(). the function > > declared a spinlock on the stack and used it to 'protect' a shared > >

Re: [PATCH] fixed spinlock use in hysdn_log_close()

2007-04-21 Thread Matthias Kaehlcke
El Fri, Apr 20, 2007 at 05:41:46PM -0700 Andrew Morton ha dit: On Sat, 14 Apr 2007 07:09:07 +0200 Matthias Kaehlcke [EMAIL PROTECTED] wrote: fixed incorrect spinlock use in hysdn_log_close(). the function declared a spinlock on the stack and used it to 'protect' a shared driver

Re: [PATCH] fixed spinlock use in hysdn_log_close()

2007-04-20 Thread Andrew Morton
On Sat, 14 Apr 2007 07:09:07 +0200 Matthias Kaehlcke <[EMAIL PROTECTED]> wrote: > fixed incorrect spinlock use in hysdn_log_close(). the function > declared a spinlock on the stack and used it to 'protect' a shared > driver structure. the patch removes the declaration of hysdn_lock and > uses

Re: [PATCH] fixed spinlock use in hysdn_log_close()

2007-04-20 Thread Andrew Morton
On Sat, 14 Apr 2007 07:09:07 +0200 Matthias Kaehlcke [EMAIL PROTECTED] wrote: fixed incorrect spinlock use in hysdn_log_close(). the function declared a spinlock on the stack and used it to 'protect' a shared driver structure. the patch removes the declaration of hysdn_lock and uses

[PATCH] fixed spinlock use in hysdn_log_close()

2007-04-14 Thread Matthias Kaehlcke
fixed incorrect spinlock use in hysdn_log_close(). the function declared a spinlock on the stack and used it to 'protect' a shared driver structure. the patch removes the declaration of hysdn_lock and uses card->hysdn_lock instead. Signed-off-by: Matthias Kaehlcke <[EMAIL PROTECTED]> --- diff

[PATCH] fixed spinlock use in hysdn_log_close()

2007-04-14 Thread Matthias Kaehlcke
fixed incorrect spinlock use in hysdn_log_close(). the function declared a spinlock on the stack and used it to 'protect' a shared driver structure. the patch removes the declaration of hysdn_lock and uses card-hysdn_lock instead. Signed-off-by: Matthias Kaehlcke [EMAIL PROTECTED] --- diff