Re: [PATCH] wan: wanxl: add pci_disable_device in case of error

2015-12-14 Thread David Miller
From: Saurabh Sengar Date: Sat, 12 Dec 2015 00:58:19 +0530 > If there is 'no suitable DMA available' error, device should be disabled > before returning > > Signed-off-by: Saurabh Sengar Applied to net-next, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

Re: [PATCH] wan: wanxl: add pci_disable_device in case of error

2015-12-14 Thread David Miller
From: Saurabh Sengar Date: Sat, 12 Dec 2015 00:58:19 +0530 > If there is 'no suitable DMA available' error, device should be disabled > before returning > > Signed-off-by: Saurabh Sengar Applied to net-next, thanks. -- To unsubscribe from this

[PATCH] wan: wanxl: add pci_disable_device in case of error

2015-12-11 Thread Saurabh Sengar
If there is 'no suitable DMA available' error, device should be disabled before returning Signed-off-by: Saurabh Sengar --- drivers/net/wan/wanxl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/wan/wanxl.c b/drivers/net/wan/wanxl.c index e73f138..a20d688 100644 ---

[PATCH] wan: wanxl: add pci_disable_device in case of error

2015-12-11 Thread Saurabh Sengar
If there is 'no suitable DMA available' error, device should be disabled before returning Signed-off-by: Saurabh Sengar --- drivers/net/wan/wanxl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/wan/wanxl.c b/drivers/net/wan/wanxl.c index