Message ID | 1475203977-21926-1-git-send-email-caoj.fnst@cn.fujitsu.com (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | Bjorn Helgaas |
Headers | show |
On Fri, Sep 30, 2016 at 10:52:57AM +0800, Cao jin wrote: > Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com> Applied to pci/aer for v4.9, thanks! > --- > drivers/pci/pcie/aer/aerdrv.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/pci/pcie/aer/aerdrv.c b/drivers/pci/pcie/aer/aerdrv.c > index 48d21e0..20eea86 100644 > --- a/drivers/pci/pcie/aer/aerdrv.c > +++ b/drivers/pci/pcie/aer/aerdrv.c > @@ -294,7 +294,6 @@ static void aer_remove(struct pcie_device *dev) > /** > * aer_probe - initialize resources > * @dev: pointer to the pcie_dev data structure > - * @id: pointer to the service id data structure > * > * Invoked when PCI Express bus loads AER service driver. > */ > -- > 2.1.0 > > > > -- > To unsubscribe from this list: send the line "unsubscribe linux-pci" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/pci/pcie/aer/aerdrv.c b/drivers/pci/pcie/aer/aerdrv.c index 48d21e0..20eea86 100644 --- a/drivers/pci/pcie/aer/aerdrv.c +++ b/drivers/pci/pcie/aer/aerdrv.c @@ -294,7 +294,6 @@ static void aer_remove(struct pcie_device *dev) /** * aer_probe - initialize resources * @dev: pointer to the pcie_dev data structure - * @id: pointer to the service id data structure * * Invoked when PCI Express bus loads AER service driver. */
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com> --- drivers/pci/pcie/aer/aerdrv.c | 1 - 1 file changed, 1 deletion(-)