All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: "Martin J. Bligh" <mbligh@aracnet.com>
Cc: linux-kernel <linux-kernel@vger.kernel.org>, axel@pearbough.net
Subject: Re: [Bug 1116] New: build error in drivers/scsi/ide-scsi.c
Date: Sat, 16 Aug 2003 09:40:19 -0700	[thread overview]
Message-ID: <20030816164019.GD9735@kroah.com> (raw)
In-Reply-To: <32230000.1061041877@[10.10.2.4]>

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 = {

      reply	other threads:[~2003-08-16 16:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030816164019.GD9735@kroah.com \
    --to=greg@kroah.com \
    --cc=axel@pearbough.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mbligh@aracnet.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.