]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/tty/serial/sh-sci.c
serial: sh-sci: Update warning message in sci_request_dma_chan()
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 22 May 2017 13:15:02 +0000 (15:15 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 May 2017 13:15:56 +0000 (15:15 +0200)
commit9b7becf103e2689d7f005895130ccf89a153fef1
treee5818c172d68c7d2c78f1f4d08d6c2e0d4ad25b5
parent5fa4accf5efad012731bf36222815d7df8c17ba6
serial: sh-sci: Update warning message in sci_request_dma_chan()

The commit below changed a function call from
dma_request_slave_channel_compat() to dma_request_slave_channel(), but
forgot to update the printed failure message.

Fixes: 219fb0c1436e4893 ("serial: sh-sci: Remove the platform data dma slave rx/tx channel IDs")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/sh-sci.c