Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1644459

Re: [PATCH-stable] serial: samsung: Bring back removed variable to fix compilation

From Krzysztof Kozlowski <krzk@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH-stable] serial: samsung: Bring back removed variable to fix compilation
Date 2017-05-18 15:00 +0200
Message-ID <tItc6-2GL-23@gated-at.bofh.it> (permalink)
References <tIsSK-2yg-25@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thu, May 18, 2017 at 2:31 PM, Krzysztof Kozlowski
<kozik.server@gmail.com> wrote:

I need to fixup the from field. It should be krzk@kernel.org.

Krzysztof


> By mistake commit 500fcc08a32b ("serial: samsung: Add missing checks for
> dma_map_single failure") removes a local variable which is still used by
> code.  After backporting the commit to stable, compilation fails:
>
>         drivers/tty/serial/samsung.c: In function ‘s3c24xx_serial_request_dma’:
>         drivers/tty/serial/samsung.c:909:45: error: ‘flags’ undeclared (first use in this function)
>
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
>
> ---
>
> Fix for stable-rc commit:
> bc3ac2299c4873cdc7f9bf3c867c23e9714a036f
> ---
>  drivers/tty/serial/samsung.c | 1 +
>  1 file changed, 1 insertion(+)

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH-stable] serial: samsung: Bring back removed variable to fix compilation Krzysztof Kozlowski <kozik.server@gmail.com> - 2017-05-18 14:40 +0200
  Re: [PATCH-stable] serial: samsung: Bring back removed variable to  fix compilation Krzysztof Kozlowski <krzk@kernel.org> - 2017-05-18 15:00 +0200
    Re: [PATCH-stable] serial: samsung: Bring back removed variable to  fix compilation Krzysztof Kozlowski <krzk@kernel.org> - 2017-05-18 15:20 +0200
    Re: [PATCH-stable] serial: samsung: Bring back removed variable to  fix compilation Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-05-18 15:20 +0200

csiph-web