Skip to content

Commit

Permalink
Revert "EISA: Log device resources in dmesg"
Browse files Browse the repository at this point in the history
This reverts commit a2080d0.

Signed-off-by: Bjorn Helgaas <[email protected]>
  • Loading branch information
bjorn-helgaas committed Jan 17, 2014
1 parent 04df008 commit bea1b0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/eisa/eisa-bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit bea1b0b

Please sign in to comment.