Re: [PATCH] PCI: altera: Fix bool initialization in tlp_read_packet

2018-02-28 Thread Lorenzo Pieralisi
On Fri, Jan 19, 2018 at 09:26:51PM -0600, Gustavo A. R. Silva wrote: > Bool initializations should use true and false. > > This issue was detected with the help of Coccinelle. > > Fixes: eaa6111b70a7 ("PCI: altera: Add Altera PCIe host controller driver") > Signed-off-by: Gustavo A. R. Silva

Re: [PATCH] PCI: altera: Fix bool initialization in tlp_read_packet

2018-02-28 Thread Lorenzo Pieralisi
On Fri, Jan 19, 2018 at 09:26:51PM -0600, Gustavo A. R. Silva wrote: > Bool initializations should use true and false. > > This issue was detected with the help of Coccinelle. > > Fixes: eaa6111b70a7 ("PCI: altera: Add Altera PCIe host controller driver") > Signed-off-by: Gustavo A. R. Silva >

Re: [PATCH] PCI: altera: Fix bool initialization in tlp_read_packet

2018-01-21 Thread Ley Foon Tan
On Fri, 2018-01-19 at 21:26 -0600, Gustavo A. R. Silva wrote: > Bool initializations should use true and false. > > This issue was detected with the help of Coccinelle. > > Fixes: eaa6111b70a7 ("PCI: altera: Add Altera PCIe host controller > driver") > Signed-off-by: Gustavo A. R. Silva

Re: [PATCH] PCI: altera: Fix bool initialization in tlp_read_packet

2018-01-21 Thread Ley Foon Tan
On Fri, 2018-01-19 at 21:26 -0600, Gustavo A. R. Silva wrote: > Bool initializations should use true and false. > > This issue was detected with the help of Coccinelle. > > Fixes: eaa6111b70a7 ("PCI: altera: Add Altera PCIe host controller > driver") > Signed-off-by: Gustavo A. R. Silva > --- >

[PATCH] PCI: altera: Fix bool initialization in tlp_read_packet

2018-01-19 Thread Gustavo A. R. Silva
Bool initializations should use true and false. This issue was detected with the help of Coccinelle. Fixes: eaa6111b70a7 ("PCI: altera: Add Altera PCIe host controller driver") Signed-off-by: Gustavo A. R. Silva --- drivers/pci/host/pcie-altera.c | 2 +- 1 file changed,

[PATCH] PCI: altera: Fix bool initialization in tlp_read_packet

2018-01-19 Thread Gustavo A. R. Silva
Bool initializations should use true and false. This issue was detected with the help of Coccinelle. Fixes: eaa6111b70a7 ("PCI: altera: Add Altera PCIe host controller driver") Signed-off-by: Gustavo A. R. Silva --- drivers/pci/host/pcie-altera.c | 2 +- 1 file changed, 1 insertion(+), 1