[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <3887800.kgFSO5Stek@wuerfel>
Date: Tue, 12 May 2015 16:46:57 +0200
From: Arnd Bergmann <arnd@...db.de>
To: Hans Ulli Kroll <ulli.kroll@...glemail.com>
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/1] ARM:Gemini:Fix compiler warning due wrong data type.
On Monday 11 May 2015 18:13:11 Hans Ulli Kroll wrote:
> This patch fixes a compiler warning in gemini_restart()
> issued by commit
>
> 7b6d864b48d95e6ea1df7df64475b9cb9616dcf9
> reboot:arm: reboot_mode changes from char to enum reboot_mode.
>
> Signed-off-by: Hans Ulli Kroll <ulli.kroll@...glemail.com>
Applied to the fixes branch, with a slightly updated commit message:
Author: Hans Ulli Kroll <ulli.kroll@...glemail.com>
Date: Mon May 11 18:13:11 2015 +0200
ARM: gemini: fix compiler warning due wrong data type
This patch fixes a compiler warning in gemini_restart()
issued by commit 7b6d864b48d9 ("reboot:arm: reboot_mode
changes from char to enum reboot_mode").
arch/arm/mach-gemini/board-rut1xx.c:93:2: warning: initialization from incompatible pointer type
The warning is harmless, and the patch does not need to
be backported to stable kernels.
Fixes: 7b6d864b48d ("reboot:arm: reboot_mode changes from char to enum reboot_mode.")
Signed-off-by: Hans Ulli Kroll <ulli.kroll@...glemail.com>
Signed-off-by: Arnd Bergmann <arnd@...db.de>
Note the exact format of the subject line (with spaces after ':', and
the 'Fixes' tag at the Signed-off-by line.
Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists