drivers: clk_ctrl: npcx: fixed 'line length exceeds 80 columns' warning.
Fixed 'line length exceeds 80 columns' warning by shortening the clock controller device name from NPCX_CLOCK_CONTROL_NAME to NPCX_CLK_CTRL_NAME. Signed-off-by: Mulin Chao <MLChao@nuvoton.com>
This commit is contained in:
parent
b3f0c3b4d7
commit
2612c50daa
3 changed files with 3 additions and 3 deletions
|
@ -291,7 +291,7 @@ static int uart_npcx_init(const struct device *dev)
|
|||
const struct uart_npcx_config *config = DRV_CONFIG(dev);
|
||||
const struct uart_npcx_data *data = DRV_DATA(dev);
|
||||
struct uart_reg *inst = HAL_INSTANCE(dev);
|
||||
const struct device *clk_dev = device_get_binding(NPCX_CLOCK_CONTROL_NAME);
|
||||
const struct device *clk_dev = device_get_binding(NPCX_CLK_CTRL_NAME);
|
||||
uint32_t uart_rate;
|
||||
|
||||
/* Turn on device clock first */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue