Re: [PATCH] genwqe: drop .link_reset()

2016-12-19 Thread Bjorn Helgaas
[+cc linux-pci, Linas] On Mon, Dec 19, 2016 at 03:23:56PM +0800, Cao jin wrote: > In AER recovery, pci_error_handlers.link_reset() is never called, > drop it now. I think it's true that .link_reset() is never called. If that's the case, why not remove it completely, i.e., remove it from struct p

[PATCH] genwqe: drop .link_reset()

2016-12-18 Thread Cao jin
In AER recovery, pci_error_handlers.link_reset() is never called, drop it now. Signed-off-by: Cao jin --- drivers/misc/genwqe/card_base.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/misc/genwqe/card_base.c b/drivers/misc/genwqe/card_base.c index 6c1f49a85023..4fd21e86ad56 100644 -