From: Simon Horman
Date: Fri, 20 Oct 2017 19:49:52 +0200
> From: Pieter Jansen van Vuuren
>
> Use direct access struct fields rather than PREP_FIELD()
> macros to manipulate the jump ID and length, both of which
> are exactly 8-bits wide. This simplifies the code somewhat.
>
> Signed-off-by: S
From: Pieter Jansen van Vuuren
Use direct access struct fields rather than PREP_FIELD()
macros to manipulate the jump ID and length, both of which
are exactly 8-bits wide. This simplifies the code somewhat.
Signed-off-by: Simon Horman
Signed-off-by: Pieter Jansen van Vuuren
Acked-by: Jakub Kic