[PATCH 2/4] remove unbalanced opening brace from drivers/atm/iphase.c

From: Mariusz Kozlowski
Date: Sun Apr 12 2009 - 06:48:23 EST


It's under #ifdef 0 but I think it's worth fixing anyway.

Signed-off-by: Mariusz Kozlowski <m.kozlowski@xxxxxxxxxx>
---
drivers/atm/iphase.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/atm/iphase.c b/drivers/atm/iphase.c
index 78c9736..dd8c3ec 100644
--- a/drivers/atm/iphase.c
+++ b/drivers/atm/iphase.c
@@ -795,7 +795,7 @@ static void ia_hw_type(IADEV *iadev) {
iadev->rx_buf_sz, iadev->rx_pkt_ram);)

#if 0
- if ((memType & FE_MASK) == FE_SINGLE_MODE) {
+ if ((memType & FE_MASK) == FE_SINGLE_MODE)
iadev->phy_type = PHY_OC3C_S;
else if ((memType & FE_MASK) == FE_UTP_OPTION)
iadev->phy_type = PHY_UTP155;
--
1.5.6.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/