Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb06fc3f authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz Committed by David S. Miller
Browse files

serverworks: add missing pci_dev_put() call

parent e7593af6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -178,6 +178,7 @@ static int init_chipset_svwks(struct pci_dev *dev)
					"enabled.\n", pci_name(dev));
			reg |=  0x00004000; /* enable UDMA/33 support */
			pci_write_config_dword(isa_dev, 0x64, reg);
			pci_dev_put(isa_dev);
		}
	}