All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Miller <davem@twiddle.net>
To: ultralinux@vger.kernel.org
Subject: Re: ide-scsi on sparc64...
Date: Sun, 18 Apr 1999 22:26:48 +0000	[thread overview]
Message-ID: <marc-linux-ultrasparc-92447455028631@msgid-missing> (raw)
In-Reply-To: <marc-linux-ultrasparc-92447134026461@msgid-missing>

   Date: Sun, 18 Apr 1999 18:20:47 -0400 (EDT)
   From: Peter Jones <pjones@redhat.com>

   Oh.  Duh.  I guess that is pretty obvious.  Why not the second
   "unsigned int flags" as well though?

Thanks for catching this, yes that one needs to be fixed up too.

--- ide-scsi.c.~2~	Sun Apr 18 14:37:07 1999
+++ ide-scsi.c	Sun Apr 18 15:23:37 1999
@@ -92,7 +92,7 @@
 typedef struct {
 	ide_drive_t *drive;
 	idescsi_pc_t *pc;			/* Current packet command */
-	unsigned int flags;			/* Status/Action flags */
+	unsigned long flags;			/* Status/Action flags */
 	unsigned long transform;		/* SCSI cmd translation layer */
 	unsigned long log;			/* log flags */
 } idescsi_scsi_t;

      parent reply	other threads:[~1999-04-18 22:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-04-18 21:34 ide-scsi on sparc64 Peter Jones
1999-04-18 21:40 ` David Miller
1999-04-18 22:20 ` Peter Jones
1999-04-18 22:26 ` David Miller [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=marc-linux-ultrasparc-92447455028631@msgid-missing \
    --to=davem@twiddle.net \
    --cc=ultralinux@vger.kernel.org \
    /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.