public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] drivers/net/e1000.c: missing terminator for supported devices
@ 2008-12-20 18:16 Stefan Althoefer
  2008-12-20 18:40 ` Stefan Althoefer
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Althoefer @ 2008-12-20 18:16 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
---
 drivers/net/e1000.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/e1000.c b/drivers/net/e1000.c
index 2dcaa2c..a52749d 100644
--- a/drivers/net/e1000.c
+++ b/drivers/net/e1000.c
@@ -82,6 +82,7 @@ static struct pci_device_id supported[] = {
        {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82540EM_LOM},
        {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82541ER},
        {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82541GI_LF},
+       {}
 };

 /* Function forward declarations */
-- 
1.5.6

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] drivers/net/e1000.c: missing terminator for supported devices
  2008-12-20 18:16 [U-Boot] [PATCH] drivers/net/e1000.c: missing terminator for supported devices Stefan Althoefer
@ 2008-12-20 18:40 ` Stefan Althoefer
  2009-01-27 20:54   ` Wolfgang Denk
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Althoefer @ 2008-12-20 18:40 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
---
Fu..... copy and paste. This is the tab correct patch.

 drivers/net/e1000.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/e1000.c b/drivers/net/e1000.c
index 2dcaa2c..a52749d 100644
--- a/drivers/net/e1000.c
+++ b/drivers/net/e1000.c
@@ -82,6 +82,7 @@ static struct pci_device_id supported[] = {
 	{PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82540EM_LOM},
 	{PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82541ER},
 	{PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82541GI_LF},
+	{}
 };

 /* Function forward declarations */
-- 
1.5.6

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] drivers/net/e1000.c: missing terminator for supported devices
  2008-12-20 18:40 ` Stefan Althoefer
@ 2009-01-27 20:54   ` Wolfgang Denk
  2009-01-27 21:22     ` Ben Warren
  0 siblings, 1 reply; 4+ messages in thread
From: Wolfgang Denk @ 2009-01-27 20:54 UTC (permalink / raw)
  To: u-boot

Dear Stefan Althoefer,

In message <gije76$19g$1@ger.gmane.org> you wrote:
> Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
> ---
> Fu..... copy and paste. This is the tab correct patch.
> 
>  drivers/net/e1000.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/net/e1000.c b/drivers/net/e1000.c
> index 2dcaa2c..a52749d 100644
> --- a/drivers/net/e1000.c
> +++ b/drivers/net/e1000.c
> @@ -82,6 +82,7 @@ static struct pci_device_id supported[] = {
>  	{PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82540EM_LOM},
>  	{PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82541ER},
>  	{PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82541GI_LF},
> +	{}
>  };
> 
>  /* Function forward declarations */

Applied, thanks.

Ben, this looked simple and obvious to me so I applied it directly.
Hope that's OK with you.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Morality is one thing.  Ratings are everything."
- A Network 23 executive on "Max Headroom"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] drivers/net/e1000.c: missing terminator for supported devices
  2009-01-27 20:54   ` Wolfgang Denk
@ 2009-01-27 21:22     ` Ben Warren
  0 siblings, 0 replies; 4+ messages in thread
From: Ben Warren @ 2009-01-27 21:22 UTC (permalink / raw)
  To: u-boot

Wolfgang Denk wrote:
> Dear Stefan Althoefer,
>
> In message <gije76$19g$1@ger.gmane.org> you wrote:
>   
>> Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
>> ---
>> Fu..... copy and paste. This is the tab correct patch.
>>
>>  drivers/net/e1000.c |    1 +
>>  1 files changed, 1 insertions(+), 0 deletions(-)
>>
>> diff --git a/drivers/net/e1000.c b/drivers/net/e1000.c
>> index 2dcaa2c..a52749d 100644
>> --- a/drivers/net/e1000.c
>> +++ b/drivers/net/e1000.c
>> @@ -82,6 +82,7 @@ static struct pci_device_id supported[] = {
>>  	{PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82540EM_LOM},
>>  	{PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82541ER},
>>  	{PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82541GI_LF},
>> +	{}
>>  };
>>
>>  /* Function forward declarations */
>>     
>
> Applied, thanks.
>
> Ben, this looked simple and obvious to me so I applied it directly.
> Hope that's OK with you.
>
>   
No problem.  I'm a bit behind and hope to get caught up in the next day 
or too, so this helps.
> Best regards,
>
> Wolfgang Denk
>
>   
regards,
Ben

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-01-27 21:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-20 18:16 [U-Boot] [PATCH] drivers/net/e1000.c: missing terminator for supported devices Stefan Althoefer
2008-12-20 18:40 ` Stefan Althoefer
2009-01-27 20:54   ` Wolfgang Denk
2009-01-27 21:22     ` Ben Warren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox