Disable some un-needed console debugging.
This commit is contained in:
parent
7316b5296a
commit
646dc483a5
@ -152,7 +152,7 @@ xccncheckc(struct consdev *dev)
|
||||
|
||||
CN_LOCK(cn_mtx);
|
||||
if ((rp - rc)) {
|
||||
if (kdb_active) printf("%s:%d\n", __func__, __LINE__);
|
||||
/* if (kdb_active) printf("%s:%d\n", __func__, __LINE__); */
|
||||
/* we need to return only one char */
|
||||
ret = (int)rbuf[RBUF_MASK(rc)];
|
||||
rc++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user