Quantcast
Viewing all articles
Browse latest Browse all 24115

[PATCH 1/2] Revert "EISA: Log device resources in dmesg" (no replies)

This reverts commit a2080d0c561c546d73cb8b296d4b7ca414e6860b.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
---
drivers/eisa/eisa-bus.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/eisa/eisa-bus.c b/drivers/eisa/eisa-bus.c
index 8842cde69177..1b86fe0c2e80 100644
--- a/drivers/eisa/eisa-bus.c
+++ b/drivers/eisa/eisa-bus.c
@@ -288,7 +288,6 @@ static int __init eisa_request_resources(struct eisa_root_device *root,
edev->res.flags = IORESOURCE_IO | IORESOURCE_BUSY;
}

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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

Viewing all articles
Browse latest Browse all 24115

Trending Articles