drivers: i2s: mcux_flexcomm: Change LOG_INF to LOG_DBG in init
Reduce log verboseness during init. Signed-off-by: Mike J. Chen <mjchen@google.com>
This commit is contained in:
parent
56f73bde0f
commit
1200fce75c
1 changed files with 1 additions and 1 deletions
|
|
@ -901,7 +901,7 @@ static int i2s_mcux_init(const struct device *dev)
|
||||||
data->tx.state = I2S_STATE_NOT_READY;
|
data->tx.state = I2S_STATE_NOT_READY;
|
||||||
data->rx.state = I2S_STATE_NOT_READY;
|
data->rx.state = I2S_STATE_NOT_READY;
|
||||||
|
|
||||||
LOG_INF("Device %s inited", dev->name);
|
LOG_DBG("Device %s inited", dev->name);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue