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:
Mulin Chao 2020-09-03 10:27:29 +08:00 committed by Carles Cufí
commit 2612c50daa
3 changed files with 3 additions and 3 deletions

View file

@ -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 */