mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +08:00
Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err().
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user