Re: [U-Boot] [PATCH 01/15] pci: Add a constant for an invalid interrupt

2015-08-02 Thread Simon Glass
On 28 July 2015 at 01:46, Bin Meng wrote: > On Tue, Jul 28, 2015 at 5:47 AM, Simon Glass wrote: >> Rather than using 0xff in the code, add a constant. >> >> Signed-off-by: Simon Glass >> --- >> >> drivers/pci/pci.c | 3 ++- >> include/pci.h | 2 ++ >> 2 files changed, 4 insertions(+), 1 del

Re: [U-Boot] [PATCH 01/15] pci: Add a constant for an invalid interrupt

2015-07-28 Thread Bin Meng
On Tue, Jul 28, 2015 at 5:47 AM, Simon Glass wrote: > Rather than using 0xff in the code, add a constant. > > Signed-off-by: Simon Glass > --- > > drivers/pci/pci.c | 3 ++- > include/pci.h | 2 ++ > 2 files changed, 4 insertions(+), 1 deletion(-) > > diff --git a/drivers/pci/pci.c b/drivers

[U-Boot] [PATCH 01/15] pci: Add a constant for an invalid interrupt

2015-07-27 Thread Simon Glass
Rather than using 0xff in the code, add a constant. Signed-off-by: Simon Glass --- drivers/pci/pci.c | 3 ++- include/pci.h | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index 157491c..9dd245c 100644 --- a/drivers/pci/pci.c +++ b