amd74xx: Omit PCI_REVISION_ID read
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com> Cc: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
committed by
Bartlomiej Zolnierkiewicz
parent
5f8b6c3485
commit
a84f3eeddf
@@ -233,7 +233,6 @@ static unsigned int __devinit init_chipset_amd74xx(struct pci_dev *dev, const ch
|
|||||||
* Print the boot message.
|
* Print the boot message.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
pci_read_config_byte(dev, PCI_REVISION_ID, &t);
|
|
||||||
printk(KERN_INFO "%s: %s (rev %02x) UDMA%s controller\n",
|
printk(KERN_INFO "%s: %s (rev %02x) UDMA%s controller\n",
|
||||||
amd_chipset->name, pci_name(dev), dev->revision,
|
amd_chipset->name, pci_name(dev), dev->revision,
|
||||||
amd_dma[fls(amd_config->udma_mask) - 1]);
|
amd_dma[fls(amd_config->udma_mask) - 1]);
|
||||||
|
Reference in New Issue
Block a user