remove more debugging

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1426 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Greg Watson 2004-03-17 22:11:11 +00:00
parent bcfa0d38d2
commit 717d70de26
1 changed files with 0 additions and 1 deletions

View File

@ -910,7 +910,6 @@ static int find_ide_controller(struct controller *ctrl, int ctrl_index)
if (find_ide_controller_compat(ctrl, ctrl_index) != 0) if (find_ide_controller_compat(ctrl, ctrl_index) != 0)
return -1; return -1;
} }
printk_debug("cmd_base=%#x ctrl_base=%#x\n", ctrl->cmd_base, ctrl->ctrl_base);
return 0; return 0;
} }