Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err().

This commit is contained in:
Gregory Nutt
2016-06-20 12:44:38 -06:00
parent 43eb04bb8f
commit 2a751068e6
93 changed files with 310 additions and 551 deletions
+1 -1
View File
@@ -248,7 +248,7 @@ int netdev_register(FAR struct net_driver_s *dev, enum net_lltype_e lltype)
#endif
default:
nllerr("ERROR: Unrecognized link type: %d\n", lltype);
nerr("ERROR: Unrecognized link type: %d\n", lltype);
return -EINVAL;
}