Loading drivers/tty/serial/msm_geni_serial.c +1 −1 Original line number Diff line number Diff line Loading @@ -1635,7 +1635,7 @@ static int msm_geni_serial_port_setup(struct uart_port *uport) msm_port->rx_buf = devm_kzalloc(uport->dev, DMA_RX_BUF_SIZE, GFP_KERNEL); if (!msm_port->rx_buf) { kfree(msm_port->rx_fifo); devm_kfree(uport->dev, msm_port->rx_fifo); msm_port->rx_fifo = NULL; ret = -ENOMEM; goto exit_portsetup; Loading Loading
drivers/tty/serial/msm_geni_serial.c +1 −1 Original line number Diff line number Diff line Loading @@ -1635,7 +1635,7 @@ static int msm_geni_serial_port_setup(struct uart_port *uport) msm_port->rx_buf = devm_kzalloc(uport->dev, DMA_RX_BUF_SIZE, GFP_KERNEL); if (!msm_port->rx_buf) { kfree(msm_port->rx_fifo); devm_kfree(uport->dev, msm_port->rx_fifo); msm_port->rx_fifo = NULL; ret = -ENOMEM; goto exit_portsetup; Loading