Skip to content

Commit

Permalink
drivers: i2s: mcux_flexcomm: Change LOG_INF to LOG_DBG in init
Browse files Browse the repository at this point in the history
Reduce log verboseness during init.

Signed-off-by: Mike J. Chen <[email protected]>
  • Loading branch information
mjchen0 authored and dleach02 committed Nov 15, 2023
1 parent 56f73bd commit 1200fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/i2s/i2s_mcux_flexcomm.c
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ static int i2s_mcux_init(const struct device *dev)
data->tx.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;
}
Expand Down

0 comments on commit 1200fce

Please sign in to comment.