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
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
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
3 matches
Mail list logo