[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4AF2B7D8.1010903@compulab.co.il>
Date: Thu, 05 Nov 2009 13:32:40 +0200
From: Denis Turischev <denis@...pulab.co.il>
To: LKML <linux-kernel@...r.kernel.org>
CC: Mike Rapoport <mike@...pulab.co.il>,
Wim Van Sebroeck <wim@...ana.be>,
Andrey Panin <pazke@...trinvest.ru>
Subject: SBC-FITPC2 watchdog driver fix
Signed-off-by: Denis Turischev <denis@...pulab.co.il>
This patch fixes device registration process.
diff -Nru linux-2.6.32-rc6.orig/drivers/watchdog/sbc_fitpc2_wdt.c
linux-2.6.32-rc6/drivers/watchdog/sbc_fitpc2_wdt.c
--- linux-2.6.32-rc6.orig/drivers/watchdog/sbc_fitpc2_wdt.c
2009-11-03 21:37:49.000000000 +0200
+++ linux-2.6.32-rc6/drivers/watchdog/sbc_fitpc2_wdt.c 2009-11-05
13:23:11.000000000 +0200
@@ -227,7 +227,7 @@
}
err = misc_register(&fitpc2_wdt_miscdev);
- if (!err) {
+ if (err) {
pr_err("cannot register miscdev on minor=%d (err=%d)\n",
WATCHDOG_MINOR,
err);
goto err_margin;
--
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