mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
This commit is contained in:
@@ -413,7 +413,7 @@ static int mmcsd_recvR1(FAR struct mmcsd_state_s *priv, uint32_t cmd)
|
||||
* indication for later use.
|
||||
*/
|
||||
|
||||
finfo("ERROR: R1=%08x\n", r1);
|
||||
ferr("ERROR: R1=%08x\n", r1);
|
||||
priv->locked = ((r1 & MMCSD_R1_CARDISLOCKED) != 0);
|
||||
ret = -EIO;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user