[CPORT]: We shouldn't be DPRINT1'ing from the library designed to DPRINT...

svn path=/trunk/; revision=59912
This commit is contained in:
Alex Ionescu 2013-08-31 02:16:04 +00:00
parent 7c164e2686
commit 0b45497394

View file

@ -288,7 +288,7 @@ CpGetByte(IN PCPPORT Port,
if (Port->Flags & CPPORT_FLAG_MODEM_CONTROL)
{
/* Not implemented yet */
DPRINT1("CP: CPPORT_FLAG_MODEM_CONTROL unexpected\n");
//DPRINT1("CP: CPPORT_FLAG_MODEM_CONTROL unexpected\n");
}
/* Byte was read */
@ -311,7 +311,7 @@ CpPutByte(IN PCPPORT Port,
if (Port->Flags & CPPORT_FLAG_MODEM_CONTROL) // To be removed when this becomes implemented.
{
/* Not implemented yet */
DPRINT1("CP: CPPORT_FLAG_MODEM_CONTROL unexpected\n");
//DPRINT1("CP: CPPORT_FLAG_MODEM_CONTROL unexpected\n");
}
/* Wait for LSR to say we can go ahead */