[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1354221910-22493-7-git-send-email-mcgrof@do-not-panic.com>
Date: Thu, 29 Nov 2012 12:45:10 -0800
From: "Luis R. Rodriguez" <mcgrof@...not-panic.com>
To: linux-kernel@...r.kernel.org, tglx@...utronix.de
Cc: backports@...r.kernel.org, alexander.stein@...tec-electronic.com,
brudley@...adcom.com, rvossen@...adcom.com, arend@...adcom.com,
frankyl@...adcom.com, kanyan@...adcom.com,
linux-wireless@...r.kernel.org, brcm80211-dev-list@...adcom.com,
kyungmin.park@...sung.com, s.nawrocki@...sung.com,
linux-arm-kernel@...ts.infradead.org, linux-media@...r.kernel.org,
daniel.vetter@...ll.ch, intel-gfx@...ts.freedesktop.org,
dri-devel@...ts.freedesktop.org, srinidhi.kasagar@...ricsson.com,
linus.walleij@...aro.org,
"Luis R. Rodriguez" <mcgrof@...not-panic.com>
Subject: [PATCH 6/6] ie6xx_wdt: convert struct spinlock to spinlock_t
From: "Luis R. Rodriguez" <mcgrof@...not-panic.com>
spinlock_t should always be used.
CHECK drivers/watchdog/ie6xx_wdt.c
CC [M] drivers/watchdog/ie6xx_wdt.o
Building modules, stage 2.
MODPOST 43 modules
LD [M] drivers/watchdog/ie6xx_wdt.ko
Cc: Alexander Stein <alexander.stein@...tec-electronic.com>
Reported-by: Hauke Mehrtens <hauke@...ke-m.de>
Signed-off-by: Luis R. Rodriguez <mcgrof@...not-panic.com>
---
drivers/watchdog/ie6xx_wdt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/watchdog/ie6xx_wdt.c b/drivers/watchdog/ie6xx_wdt.c
index e24ef6a..f2d6573 100644
--- a/drivers/watchdog/ie6xx_wdt.c
+++ b/drivers/watchdog/ie6xx_wdt.c
@@ -82,7 +82,7 @@ MODULE_PARM_DESC(resetmode,
static struct {
unsigned short sch_wdtba;
- struct spinlock unlock_sequence;
+ spinlock_t unlock_sequence;
#ifdef CONFIG_DEBUG_FS
struct dentry *debugfs;
#endif
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists