projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9600dcf
)
ide: use ide_pci_is_in_compatibility_mode() helper in setup-pci.c
author
Bartlomiej Zolnierkiewicz
<bzolnier@gmail.com>
Tue, 6 Jan 2009 16:20:58 +0000
(17:20 +0100)
committer
Bartlomiej Zolnierkiewicz
<bzolnier@gmail.com>
Tue, 6 Jan 2009 16:20:58 +0000
(17:20 +0100)
There should be no functional changes caused by this patch.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/setup-pci.c
patch
|
blob
|
history
diff --git
a/drivers/ide/setup-pci.c
b/drivers/ide/setup-pci.c
index 09f820af379d6b37adcf215283c9c37c0447bf6f..bc37dff8c675f5295840a0ea4faac97f0ae0cdee 100644
(file)
--- a/
drivers/ide/setup-pci.c
+++ b/
drivers/ide/setup-pci.c
@@
-519,8
+519,7
@@
static int do_ide_setup_pci_device(struct pci_dev *dev,
if (ret < 0)
goto out;
- /* Is it an "IDE storage" device in non-PCI mode? */
- if ((dev->class >> 8) == PCI_CLASS_STORAGE_IDE && (dev->class & 5) != 5) {
+ if (ide_pci_is_in_compatibility_mode(dev)) {
if (noisy)
printk(KERN_INFO "%s %s: not 100%% native mode: will "
"probe irqs later\n", d->name, pci_name(dev));