提交 bea1b0b3 编写于 作者: B Bjorn Helgaas

Revert "EISA: Log device resources in dmesg"

This reverts commit a2080d0c.
Signed-off-by: NBjorn Helgaas <bhelgaas@google.com>
上级 04df008a
...@@ -288,7 +288,6 @@ static int __init eisa_request_resources(struct eisa_root_device *root, ...@@ -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;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册