
13 Jul
2018
13 Jul
'18
12:26 p.m.
On 9 Jul 2018, at 05:05, Simon Glass sjg@chromium.org wrote:
On 11 June 2018 at 13:00, Carlo Caione carlo@caione.org wrote:
From: Carlo Caione carlo@endlessm.com
No functional change but at least we can now guarantee type safety.
Signed-off-by: Carlo Caione carlo@endlessm.com
arch/arm/mach-rockchip/rk3288-board.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
I'm not sure this affects type safety. The value in the #define has the same value (and type) as your variables.
I prefer this as locally defined const variables, so I’ve squashed this onto 2/4.
Philipp.