Re: [PATCH] enetc: Add missing call to 'pci_free_irq_vectors()' in probe and remove functions
From: David Miller <davem@davemloft.net>
Date: 2019-09-01 06:53:37
Also in:
kernel-janitors, lkml
From: David Miller <davem@davemloft.net>
Date: 2019-09-01 06:53:37
Also in:
kernel-janitors, lkml
From: Christophe JAILLET <redacted> Date: Fri, 30 Aug 2019 22:23:12 +0200
Call to 'pci_free_irq_vectors()' are missing both in the error handling
path of the probe function, and in the remove function.
Add them.
Fixes: 19971f5ea0ab ("enetc: add PTP clock driver")
Signed-off-by: Christophe JAILLET <redacted>Applied, thanks.