Re: [PATCH 1/2] PCI: mvebu: constify mvebu_pcie_pm_ops structure

2016-03-16 Thread Thomas Petazzoni
Dear Jisheng Zhang, On Wed, 16 Mar 2016 17:59:40 +0800, Jisheng Zhang wrote: > The mvebu_pcie_pm_ops structure is never modified, so declare it as > const. > > Signed-off-by: Jisheng Zhang > --- > drivers/pci/host/pci-mvebu.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by:

[PATCH 1/2] PCI: mvebu: constify mvebu_pcie_pm_ops structure

2016-03-16 Thread Jisheng Zhang
The mvebu_pcie_pm_ops structure is never modified, so declare it as const. Signed-off-by: Jisheng Zhang --- drivers/pci/host/pci-mvebu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pci/host/pci-mvebu.c b/drivers/pci/host/pci-mvebu.c index 53b79c5..6c43cb8 100644 -