From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Tue, 27 Jan 2009 13:22:19 -0800 Subject: [U-Boot] [PATCH] drivers/net/e1000.c: missing terminator for supported devices In-Reply-To: <20090127205419.27C20832E416@gemini.denx.de> References: <20090127205419.27C20832E416@gemini.denx.de> Message-ID: <497F7B0B.8050408@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > Dear Stefan Althoefer, > > In message you wrote: > >> Signed-off-by: Stefan Althoefer >> --- >> 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