* Re: [KJ] [PATCH] 2/3 unified spinlock initialization
@ 2005-03-11 14:29 Tobias Klauser
2005-03-11 14:30 ` Amit Gud
0 siblings, 1 reply; 2+ messages in thread
From: Tobias Klauser @ 2005-03-11 14:29 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 418 bytes --]
On Fri, Mar 11, 2005 at 07:48:50PM +0530, Amit Gud wrote:
> Unify the spinlock initialization as far as possible.
>
> Do consider applying.
>
> Signed-off-by: Amit Gud <gud@eth.net>
>
> --- ../kernels/linux-2.6.11/drivers/media/dvb/b2c2/skystar2.c 2005-03-10 12:03:49.000000000 +0530
> +++ kj-2.6.11/drivers/media/dvb/b2c2/skystar2.c 2005-03-11 19:23:22.773932112 +0530
This patch cannot be applied with -p1
[-- Attachment #2: Type: text/plain, Size: 167 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 2+ messages in thread
* [KJ] [PATCH] 2/3 unified spinlock initialization
2005-03-11 14:29 [KJ] [PATCH] 2/3 unified spinlock initialization Tobias Klauser
@ 2005-03-11 14:30 ` Amit Gud
0 siblings, 0 replies; 2+ messages in thread
From: Amit Gud @ 2005-03-11 14:30 UTC (permalink / raw)
To: kernel-janitors
Hi,
Unify the spinlock initialization as far as possible.
Do consider applying.
Signed-off-by: Amit Gud <gud@eth.net>
--- ../kernels/linux-2.6.11/drivers/media/dvb/b2c2/skystar2.c
2005-03-10 12:03:49.000000000 +0530
+++ kj-2.6.11/drivers/media/dvb/b2c2/skystar2.c 2005-03-11
19:23:22.773932112 +0530
@@ -1968,7 +1968,7 @@ static int driver_initialize(struct pci_
ctrl_enable_mac(adapter, 1);
}
- adapter->lock = SPIN_LOCK_UNLOCKED;
+ spin_lock_init(&adapter->lock);
out:
return ret;
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-03-11 14:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-11 14:29 [KJ] [PATCH] 2/3 unified spinlock initialization Tobias Klauser
2005-03-11 14:30 ` Amit Gud
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.