git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16052 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen 2006-01-23 21:43:15 +00:00
parent a9e8a72a70
commit d763a2eb2a

View File

@ -226,10 +226,6 @@ ps2_dev_command(ps2_dev *dev, uint8 cmd, const uint8 *out, int out_count, uint8
dev->flags &= ~PS2_FLAG_CMD;
if (res != B_OK) {
dprintf("ps2_dev_command send failed\n");
}
return res;
}