[U-Boot] [U-Boot, v3, 6/6] linux/kernel.h: sync min, max, min3, max3 macros with Linux

Tom Rini trini at ti.com
Mon Nov 24 23:10:51 CET 2014


On Fri, Nov 07, 2014 at 03:03:31AM +0900, Masahiro Yamada wrote:

> U-Boot has never cared about the type when we get max/min of two
> values, but Linux Kernel does.  This commit gets min, max, min3, max3
> macros synced with the kernel introducing type checks.
> 
> Many of references of those macros must be fixed to suppress warnings.
> We have two options:
>  - Use min, max, min3, max3 only when the arguments have the same type
>    (or add casts to the arguments)
>  - Use min_t/max_t instead with the appropriate type for the first
>    argument
> 
> Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
> Acked-by: Pavel Machek <pavel at denx.de>
> Acked-by: Lukasz Majewski <l.majewski at samsung.com>
> Tested-by: Lukasz Majewski <l.majewski at samsung.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20141124/6d906c9e/attachment.pgp>


More information about the U-Boot mailing list