linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Bug 1116] New: build error in drivers/scsi/ide-scsi.c
@ 2003-08-16 13:51 Martin J. Bligh
  2003-08-16 16:40 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Martin J. Bligh @ 2003-08-16 13:51 UTC (permalink / raw)
  To: linux-kernel; +Cc: axel

http://bugme.osdl.org/show_bug.cgi?id=1116

           Summary: build error in drivers/scsi/ide-scsi.c
    Kernel Version: 2.6.0-test3-bk
            Status: NEW
          Severity: high
             Owner: andmike@us.ibm.com
         Submitter: axel@pearbough.net


Distribution:Slackware-9.0
Hardware Environment:
Software Environment:
Problem Description:build fails at drivers/scsi/ide-scsi.c:951
drivers/scsi/ide-scsi.c:951: error: unknown field `name' specified in initializer
Steps to reproduce:drivers/scsi/ide-scsi.c:951: warning: missing braces around initializer
drivers/scsi/ide-scsi.c:951: warning: (near initialization for `idescsi_primary.node')
drivers/scsi/ide-scsi.c:951: warning: initialization from incompatible pointer type



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

* Re: [Bug 1116] New: build error in drivers/scsi/ide-scsi.c
  2003-08-16 13:51 [Bug 1116] New: build error in drivers/scsi/ide-scsi.c Martin J. Bligh
@ 2003-08-16 16:40 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2003-08-16 16:40 UTC (permalink / raw)
  To: Martin J. Bligh; +Cc: linux-kernel, axel

Martin, when is the email-to-bugzilla interface going to be up and
working?

On Sat, Aug 16, 2003 at 06:51:17AM -0700, Martin J. Bligh wrote:
> http://bugme.osdl.org/show_bug.cgi?id=1116
> 
>            Summary: build error in drivers/scsi/ide-scsi.c
>     Kernel Version: 2.6.0-test3-bk
>             Status: NEW
>           Severity: high
>              Owner: andmike@us.ibm.com
>          Submitter: axel@pearbough.net
> 
> 
> Distribution:Slackware-9.0
> Hardware Environment:
> Software Environment:
> Problem Description:build fails at drivers/scsi/ide-scsi.c:951
> drivers/scsi/ide-scsi.c:951: error: unknown field `name' specified in initializer
> Steps to reproduce:drivers/scsi/ide-scsi.c:951: warning: missing braces around initializer
> drivers/scsi/ide-scsi.c:951: warning: (near initialization for `idescsi_primary.node')
> drivers/scsi/ide-scsi.c:951: warning: initialization from incompatible pointer type

Here's a fix for that, sorry...


diff -Nru a/drivers/scsi/ide-scsi.c b/drivers/scsi/ide-scsi.c
--- a/drivers/scsi/ide-scsi.c	Sat Aug 16 09:39:27 2003
+++ b/drivers/scsi/ide-scsi.c	Sat Aug 16 09:39:27 2003
@@ -948,7 +948,6 @@
 };
 
 static struct device     idescsi_primary = {
-	.name		= "Ide-scsi Parent",
 	.bus_id		= "ide-scsi",
 };
 static struct bus_type   idescsi_emu_bus = {

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

end of thread, other threads:[~2003-08-16 16:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-16 13:51 [Bug 1116] New: build error in drivers/scsi/ide-scsi.c Martin J. Bligh
2003-08-16 16:40 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).