[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <531e3c9a.085e0e0a.4316.ffffe91d@mx.google.com>
Date: Mon, 10 Mar 2014 22:33:50 +0100
From: Silvan Jegen <s.jegen@...il.com>
To: Tejun Heo <tj@...nel.org>, linux-ide@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org
Subject: [PATCH] pata_legacy: Remove dead code
The current flow of control prevents this function from being
called. Let's remove the call.
Signed-off-by: Silvan Jegen <s.jegen@...il.com>
---
drivers/ata/pata_legacy.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/ata/pata_legacy.c b/drivers/ata/pata_legacy.c
index be81642..bce2a8c 100644
--- a/drivers/ata/pata_legacy.c
+++ b/drivers/ata/pata_legacy.c
@@ -916,7 +916,6 @@ static __init int probe_chip_type(struct legacy_probe *probe)
local_irq_restore(flags);
return BIOS;
}
- local_irq_restore(flags);
}
if (ht6560a & mask)
--
1.9.0
--
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