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

Commit 13d1d73e authored by Pete Popov's avatar Pete Popov Committed by Ralf Baechle
Browse files

Comment correction after further investigation of issue.

parent 685f779e
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -128,9 +128,8 @@ static int config_access(unsigned char access_type, struct pci_bus *bus,
		last_entryLo0  = last_entryLo1 = 0xffffffff;
	}

	/* Since the Au1xxx doesn't do the idsel timing exactly to spec,
	 * many board vendors implement their own off-chip idsel, so call
	 * it now.  If it doesn't succeed, may as well bail out at this point.
	/* Allow board vendors to implement their own off-chip idsel.
	 * If it doesn't succeed, may as well bail out at this point.
	 */
	if (board_pci_idsel) {
		if (board_pci_idsel(device, 1) == 0) {