From: Petr Vandrovec <vandrove@vc.cvut.cz>
To: kraxel@bytesex.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] bttv & 2.5.48
Date: Mon, 18 Nov 2002 15:13:28 +0100 [thread overview]
Message-ID: <20021118141328.GA10815@vana> (raw)
Hi Gerd,
I did not saw this patch posted... PCI now does not have its own name,
and it uses dev's name. Please apply.
Petr Vandrovec
vandrove@vc.cvut.cz
diff -urdN linux/drivers/media/video/bttv-cards.c linux/drivers/media/video/bttv-cards.c
--- linux/drivers/media/video/bttv-cards.c 2002-11-18 13:50:42.000000000 +0000
+++ linux/drivers/media/video/bttv-cards.c 2002-11-18 13:55:51.000000000 +0000
@@ -2990,7 +2990,7 @@
/* print which chipset we have */
while ((dev = pci_find_class(PCI_CLASS_BRIDGE_HOST << 8,dev)))
- printk(KERN_INFO "bttv: Host bridge is %s\n",dev->name);
+ printk(KERN_INFO "bttv: Host bridge is %s\n",dev->dev.name);
/* print warnings about any quirks found */
if (triton1)
next reply other threads:[~2002-11-18 14:06 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-18 14:13 Petr Vandrovec [this message]
2002-11-19 13:21 ` [PATCH] bttv & 2.5.48 Javier Marcet
2002-11-19 15:06 ` Gerd Knorr
-- strict thread matches above, loose matches on Subject: below --
2002-11-19 13:28 Petr Vandrovec
2002-11-19 13:55 ` Javier Marcet
2002-11-19 14:09 Petr Vandrovec
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=20021118141328.GA10815@vana \
--to=vandrove@vc.cvut.cz \
--cc=kraxel@bytesex.org \
--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 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.