projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04df008
)
Revert "EISA: Log device resources in dmesg"
author
Bjorn Helgaas
<bhelgaas@google.com>
Fri, 17 Jan 2014 21:57:01 +0000
(14:57 -0700)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Fri, 17 Jan 2014 21:57:01 +0000
(14:57 -0700)
This reverts commit
a2080d0c561c546d73cb8b296d4b7ca414e6860b
.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/eisa/eisa-bus.c
patch
|
blob
|
history
diff --git
a/drivers/eisa/eisa-bus.c
b/drivers/eisa/eisa-bus.c
index 8842cde69177d76afc4681bb697b1d044026960c..1b86fe0c2e807b0ba5a9b2746ee29edb2164fc94 100644
(file)
--- 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[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]))
goto failed;
}