diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-02-16 01:07:24 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-02-16 01:07:24 +0000 |
commit | 95db6b748fc86297827fbd9c9ef174d491c9ad89 (patch) | |
tree | 27a92a942821cde1edda9a1b088718d436b3efe4 /drivers/char/stradis.c | |
parent | 45b27b0a0652331d104c953a5b192d843fff88f8 (diff) |
Merge with Linux 2.3.40.
Diffstat (limited to 'drivers/char/stradis.c')
-rw-r--r-- | drivers/char/stradis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/stradis.c b/drivers/char/stradis.c index a34c85d1f..b63f35436 100644 --- a/drivers/char/stradis.c +++ b/drivers/char/stradis.c @@ -2249,7 +2249,7 @@ int init_stradis_cards(struct video_init *unused) saa_num = 0; while ((dev = pci_find_device(PCI_VENDOR_ID_PHILIPS, PCI_DEVICE_ID_PHILIPS_SAA7146, dev))) { - if (!dev->subsystem_vendor_id) + if (!dev->subsystem_vendor) printk(KERN_INFO "stradis%d: rev1 decoder\n", saa_num); else printk(KERN_INFO "stradis%d: SDM2xx found\n", saa_num); |