Skip to content
Commit 31fc835f authored by Hans Ulli Kroll's avatar Hans Ulli Kroll Committed by Arnd Bergmann
Browse files

ARM: gemini: fix compiler warning due wrong data type

This patch fixes a compiler warning in gemini_restart()
issued by commit 7b6d864b ("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: 7b6d864b

 ("reboot:arm: reboot_mode changes from char to enum reboot_mode.")
Signed-off-by: default avatarHans Ulli Kroll <ulli.kroll@googlemail.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 4c494539
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment