]> asedeno.scripts.mit.edu Git - linux.git/commit
serial: sh-sci: Fix length of scatterlist
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Fri, 4 Dec 2015 14:21:19 +0000 (15:21 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Dec 2015 05:42:31 +0000 (21:42 -0800)
commitd09959e7529451a1c302197fb1396ed5b835f6d3
tree51ba48440151d1d1acb2eb1d8c7f21903f9c8995
parentac8f3bf8832a405cc6e4dccb1d26d5cb2994d234
serial: sh-sci: Fix length of scatterlist

This patch fixes an issue that the "length" of scatterlist should be
set using sg_dma_len(). Otherwise, a dmaengine driver cannot work
correctly if CONFIG_NEED_SG_DMA_LENGTH=y.

Fixes: 7b39d90184 (serial: sh-sci: Fix NULL pointer dereference if HIGHMEM is enabled)
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/sh-sci.c