Re: [PATCH] x86/PCI: Remove surplus return from a void function

2019-08-20 Thread Andrew Murray
On Tue, Aug 20, 2019 at 08:51:21AM +0200, Krzysztof Wilczynski wrote: > Remove unnecessary empty return statement at the end of a void > function in the arch/x86/kernel/quirks.c. > > Signed-off-by: Krzysztof Wilczynski > --- > arch/x86/kernel/quirks.c | 4 > 1 file changed, 4 deletions(-)

[PATCH] x86/PCI: Remove surplus return from a void function

2019-08-20 Thread Krzysztof Wilczynski
Remove unnecessary empty return statement at the end of a void function in the arch/x86/kernel/quirks.c. Signed-off-by: Krzysztof Wilczynski --- arch/x86/kernel/quirks.c | 4 1 file changed, 4 deletions(-) diff --git a/arch/x86/kernel/quirks.c b/arch/x86/kernel/quirks.c index