[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1239533251-31276-4-git-send-email-m.kozlowski@tuxland.pl>
Date: Sun, 12 Apr 2009 12:47:30 +0200
From: Mariusz Kozlowski <m.kozlowski@...land.pl>
To: linux-kernel@...r.kernel.org
Cc: Mariusz Kozlowski <m.kozlowski@...land.pl>
Subject: [PATCH 3/4] balance parentheses in dvb stv0900_priv.h code
Signed-off-by: Mariusz Kozlowski <m.kozlowski@...land.pl>
---
drivers/media/dvb/frontends/stv0900_priv.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/media/dvb/frontends/stv0900_priv.h b/drivers/media/dvb/frontends/stv0900_priv.h
index 762d5af..bbd0697 100644
--- a/drivers/media/dvb/frontends/stv0900_priv.h
+++ b/drivers/media/dvb/frontends/stv0900_priv.h
@@ -60,7 +60,7 @@
} \
} while (0)
-#define dmd_choose(a, b) (demod = STV0900_DEMOD_2 ? b : a))
+#define dmd_choose(a, b) (demod = STV0900_DEMOD_2 ? b : a)
static int stvdebug;
--
1.5.6.3
--
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