Re: [PATCH] pata_legacy: Remove dead code

2014-03-11 Thread Tejun Heo
On Mon, Mar 10, 2014 at 10:33:50PM +0100, Silvan Jegen wrote: > The current flow of control prevents this function from being > called. Let's remove the call. > > Signed-off-by: Silvan Jegen Applied to libata/for-3.15. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscr

[PATCH] pata_legacy: Remove dead code

2014-03-10 Thread Silvan Jegen
The current flow of control prevents this function from being called. Let's remove the call. Signed-off-by: Silvan Jegen --- 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/driv