diff --git a/drivers/tty/serial/imx.c b/drivers/tty/serial/imx.c index e7dc2102bb27ec57f0c0e170655ee821108c4409..9e8685e1061a09f401cfc96e49566e6ee4c5cf7e 100644 --- a/drivers/tty/serial/imx.c +++ b/drivers/tty/serial/imx.c @@ -991,7 +991,6 @@ static int imx_uart_dma_init(struct imx_port *sport) sport->rx_buf = kzalloc(PAGE_SIZE, GFP_KERNEL); if (!sport->rx_buf) { - dev_err(dev, "cannot alloc DMA buffer.\n"); ret = -ENOMEM; goto err; }