Re: [OpenWrt-Devel] [PATCH] swconfig: Rplace SPIN_LOCK_UNLOCKED with DEFINE_SPINLCCK

2011-04-23 Thread Jonas Gorski
On 21 April 2011 05:11, Jonas Gorski wrote: > [PATCH] swconfig: Rplace SPIN_LOCK_UNLOCKED with DEFINE_SPINLCCK "Rplace"? "SPINLCCK"?! > in 2.6.39, so replace it with DEFINE_SPIN_LOCK(). and this should be _SPINLOCK ... . Wow, how did I manage to put three typos into this? Well, at least the cod

[OpenWrt-Devel] [PATCH] swconfig: Rplace SPIN_LOCK_UNLOCKED with DEFINE_SPINLCCK

2011-04-21 Thread Jonas Gorski
SPIN_LOCK_UNLOCKED has been deprecated since 2.6.19 and will get removed in 2.6.39, so replace it with DEFINE_SPIN_LOCK(). Signed-off-by: Jonas Gorski --- .../linux/generic/files/drivers/net/phy/swconfig.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target/linux/gen