mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: mike.miller@hp.com
To: axboe@suse.de, akpm@digeo.com
Cc: francis.wiran@hp.com, linux-kernel@vger.kernel.org
Subject: cciss fix for 2.6.0-test4
Date: Tue, 26 Aug 2003 09:55:03 -0500	[thread overview]
Message-ID: <20030826145503.GA1000@beardog.cca.cpqcorp.net> (raw)

The following patch fixes a panic in the cciss driver during driver initialization. It was built & tested against 2.6.0-test4.
Authored by Francis Wiran of Hewlett-Packard.

--------------------------------------------------------------------------------

   * Fix panic due to missing q assignment in cciss_init_one()


 drivers/block/cciss.c |    2 ++
 1 files changed, 2 insertions(+)

--- linux-2.6.0-test3/drivers/block/cciss.c~cciss_blk_alloc	2003-08-18 15:38:06.000000000 -0500
+++ linux-2.6.0-test3-root/drivers/block/cciss.c	2003-08-18 17:58:11.000000000 -0500
@@ -2525,6 +2525,8 @@ err_all:
 	if (!q)
 		goto err_all;
 
+	hba[i]->queue = q;
+
 	/* Initialize the pdev driver private data. 
 		have it point to hba[i].  */
 	pci_set_drvdata(pdev, hba[i]);

_

             reply	other threads:[~2003-08-26 14:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-26 14:55 mike.miller [this message]
2003-08-26 15:45 ` Jens Axboe

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=20030826145503.GA1000@beardog.cca.cpqcorp.net \
    --to=mike.miller@hp.com \
    --cc=akpm@digeo.com \
    --cc=axboe@suse.de \
    --cc=francis.wiran@hp.com \
    --cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®