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

Commit bea1b0b3 authored by Bjorn Helgaas's avatar Bjorn Helgaas
Browse files

Revert "EISA: Log device resources in dmesg"



This reverts commit a2080d0c.

Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent 04df008a
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -288,7 +288,6 @@ static int __init eisa_request_resources(struct eisa_root_device *root,
			edev->res[i].flags = IORESOURCE_IO | IORESOURCE_BUSY;
			edev->res[i].flags = IORESOURCE_IO | IORESOURCE_BUSY;
		}
		}


		dev_printk(KERN_DEBUG, &edev->dev, "%pR\n", &edev->res[i]);
		if (request_resource(root->res, &edev->res[i]))
		if (request_resource(root->res, &edev->res[i]))
			goto failed;
			goto failed;
	}
	}