mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Rename *lldbg to *llerr
This commit is contained in:
@@ -178,8 +178,8 @@
|
||||
#ifndef CONFIG_DEBUG_INPUT
|
||||
# undef idbg
|
||||
# define idbg udbg
|
||||
# undef illdbg
|
||||
# define illdbg ulldbg
|
||||
# undef illerr
|
||||
# define illerr ullerr
|
||||
# undef iinfo
|
||||
# define iinfo uinfo
|
||||
# undef illinfo
|
||||
@@ -1524,7 +1524,7 @@ static inline int usbhost_cfgdesc(FAR struct usbhost_state_s *priv,
|
||||
|
||||
if ((found & USBHOST_RQDFOUND) != USBHOST_RQDFOUND)
|
||||
{
|
||||
ulldbg("ERROR: Found IF:%s EPIN:%s\n",
|
||||
ullerr("ERROR: Found IF:%s EPIN:%s\n",
|
||||
(found & USBHOST_IFFOUND) != 0 ? "YES" : "NO",
|
||||
(found & USBHOST_EPINFOUND) != 0 ? "YES" : "NO");
|
||||
return -EINVAL;
|
||||
|
||||
@@ -199,8 +199,8 @@
|
||||
#ifndef CONFIG_DEBUG_INPUT
|
||||
# undef idbg
|
||||
# define idbg udbg
|
||||
# undef illdbg
|
||||
# define illdbg ulldbg
|
||||
# undef illerr
|
||||
# define illerr ullerr
|
||||
# undef iinfo
|
||||
# define iinfo uinfo
|
||||
# undef illinfo
|
||||
@@ -1613,7 +1613,7 @@ static inline int usbhost_cfgdesc(FAR struct usbhost_state_s *priv,
|
||||
|
||||
if ((found & USBHOST_ALLFOUND) != USBHOST_ALLFOUND)
|
||||
{
|
||||
ulldbg("ERROR: Found IF:%s EPIN:%s\n",
|
||||
ullerr("ERROR: Found IF:%s EPIN:%s\n",
|
||||
(found & USBHOST_IFFOUND) != 0 ? "YES" : "NO",
|
||||
(found & USBHOST_EPINFOUND) != 0 ? "YES" : "NO");
|
||||
return -EINVAL;
|
||||
|
||||
@@ -463,7 +463,7 @@ static inline int usbhost_cfgdesc(FAR struct usbhost_class_s *hubclass,
|
||||
|
||||
if (found != USBHOST_ALLFOUND)
|
||||
{
|
||||
ulldbg("ERROR: Found IF=%s EPIN=%s\n",
|
||||
ullerr("ERROR: Found IF=%s EPIN=%s\n",
|
||||
(found & USBHOST_IFFOUND) != 0 ? "YES" : "NO",
|
||||
(found & USBHOST_EPINFOUND) != 0 ? "YES" : "NO");
|
||||
return -EINVAL;
|
||||
@@ -1190,7 +1190,7 @@ static void usbhost_callback(FAR void *arg, ssize_t nbytes)
|
||||
if (nbytes != -EAGAIN)
|
||||
#endif
|
||||
{
|
||||
ulldbg("ERROR: Transfer failed: %d\n", (int)nbytes);
|
||||
ullerr("ERROR: Transfer failed: %d\n", (int)nbytes);
|
||||
}
|
||||
|
||||
/* Indicate there there is nothing to do. So when the work is
|
||||
|
||||
@@ -576,7 +576,7 @@ static inline int usbhost_cfgdesc(FAR struct usbhost_state_s *priv,
|
||||
|
||||
if (found != USBHOST_ALLFOUND)
|
||||
{
|
||||
ulldbg("ERROR: Found IF:%s BIN:%s BOUT:%s\n",
|
||||
ullerr("ERROR: Found IF:%s BIN:%s BOUT:%s\n",
|
||||
(found & USBHOST_IFFOUND) != 0 ? "YES" : "NO",
|
||||
(found & USBHOST_BINFOUND) != 0 ? "YES" : "NO",
|
||||
(found & USBHOST_BOUTFOUND) != 0 ? "YES" : "NO");
|
||||
|
||||
@@ -1161,7 +1161,7 @@ static inline int usbhost_cfgdesc(FAR struct usbhost_state_s *priv,
|
||||
|
||||
if (found != USBHOST_ALLFOUND)
|
||||
{
|
||||
ulldbg("ERROR: Found IF:%s BIN:%s BOUT:%s\n",
|
||||
ullerr("ERROR: Found IF:%s BIN:%s BOUT:%s\n",
|
||||
(found & USBHOST_IFFOUND) != 0 ? "YES" : "NO",
|
||||
(found & USBHOST_BINFOUND) != 0 ? "YES" : "NO",
|
||||
(found & USBHOST_BOUTFOUND) != 0 ? "YES" : "NO");
|
||||
|
||||
Reference in New Issue
Block a user