Re: [U-Boot] [PATCH 2/3] pci: Remove parameter 'class' of pci_rom_load()

2015-04-25 Thread Simon Glass
On 24 April 2015 at 06:40, Simon Glass wrote: > On 24 April 2015 at 01:48, Bin Meng wrote: >> pci_rom_load() does not use its parameter 'class', so remove it. >> >> Signed-off-by: Bin Meng >> --- >> >> drivers/pci/pci_rom.c | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) > > Acked-

Re: [U-Boot] [PATCH 2/3] pci: Remove parameter 'class' of pci_rom_load()

2015-04-24 Thread Simon Glass
On 24 April 2015 at 01:48, Bin Meng wrote: > pci_rom_load() does not use its parameter 'class', so remove it. > > Signed-off-by: Bin Meng > --- > > drivers/pci/pci_rom.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Acked-by: Simon Glass __

[U-Boot] [PATCH 2/3] pci: Remove parameter 'class' of pci_rom_load()

2015-04-24 Thread Bin Meng
pci_rom_load() does not use its parameter 'class', so remove it. Signed-off-by: Bin Meng --- drivers/pci/pci_rom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/pci/pci_rom.c b/drivers/pci/pci_rom.c index 49c118d..37450c8 100644 --- a/drivers/pci/pci_rom.c +++