drivers/: Change some nerr() ERRORS to ninfo() and nwarn() WARNINGS.

This commit is contained in:
Gregory Nutt
2016-06-12 09:26:00 -06:00
parent 61969a5f88
commit 0665c7e06c
34 changed files with 196 additions and 181 deletions
+1 -1
View File
@@ -786,7 +786,7 @@ static void stmpe811_timeout(int argc, uint32_t arg1, ...)
ret = work_queue(HPWORK, &priv->timeout, stmpe811_timeoutworker, priv, 0);
if (ret != 0)
{
illerr("Failed to queue work: %d\n", ret);
illerr("ERROR: Failed to queue work: %d\n", ret);
}
}
}