From: Tomas Szepe <szepe@pinerecords.com>
To: Mike Isely <isely@pobox.com>
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] 2.4.20-pre5-ac2: Promise Controller LBA48 DMA fixed
Date: Thu, 5 Sep 2002 16:41:29 +0200 [thread overview]
Message-ID: <20020905144129.GU24323@louise.pinerecords.com> (raw)
In-Reply-To: <Pine.LNX.4.44.0209050050120.20228-100000@grace.speakeasy.net>
> - if (!hwif->pci_dev->device == PCI_DEVICE_ID_PROMISE_20246) {
> + if (!(hwif->pci_dev->device == PCI_DEVICE_ID_PROMISE_20246)) {
Good eye, btw. I was looking at this line a couple times and always
assumed this kind of obfuscation had a purpose of some sort.
And it does after all! It's a bug :)
prev parent reply other threads:[~2002-09-05 14:37 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-08-29 14:06 2.4.20-pre4-ac1 trashed my system Mike Isely
2002-08-29 15:32 ` Alan Cox
2002-08-29 17:15 ` Andre Hedrick
2002-08-29 18:02 ` Mike Isely
2002-08-29 19:15 ` Mike Isely
2002-08-29 19:28 ` Alan Cox
2002-08-29 19:32 ` Mike Isely
2002-08-30 7:07 ` Mike Isely
2002-08-31 5:04 ` Mike Isely
2002-08-31 5:57 ` Andre Hedrick
2002-08-31 6:07 ` Mike Isely
2002-08-31 6:24 ` Andre Hedrick
2002-08-31 6:57 ` Mike Isely
2002-09-01 5:15 ` Mike Isely
2002-09-02 8:19 ` Joachim Breuer
2002-09-05 6:05 ` Mike Isely
2002-09-02 8:16 ` Joachim Breuer
2002-09-03 12:41 ` mbs
2002-09-03 14:34 ` Mike Isely
2002-09-03 16:00 ` Alan Cox
2002-09-04 10:21 ` Rogier Wolff
2002-09-03 15:59 ` Alan Cox
2002-09-03 18:33 ` mbs
2002-09-01 2:59 ` Mike Isely
2002-08-31 10:54 ` Vojtech Pavlik
2002-09-05 5:54 ` [PATCH] 2.4.20-pre5-ac2: Promise Controller LBA48 DMA fixed Mike Isely
2002-09-05 12:47 ` Henning P. Schmiedehausen
2002-09-05 14:12 ` Mike Isely
2002-09-05 14:31 ` Alan Cox
2002-09-05 14:33 ` Mike Isely
2002-09-05 14:35 ` Horst von Brand
2002-09-05 14:47 ` Mike Isely
2002-09-05 14:56 ` Tomas Szepe
2002-09-05 15:12 ` Mike Isely
2002-09-05 14:41 ` Tomas Szepe [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=20020905144129.GU24323@louise.pinerecords.com \
--to=szepe@pinerecords.com \
--cc=isely@pobox.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
Powered by JetHome