Re: [PATCH 1/1] net: bna: use correct type specifier (2)

From: David Miller
Date: Mon Aug 01 2016 - 16:46:21 EST


From: Heinrich Schuchardt <xypron.glpk@xxxxxx>
Date: Sun, 31 Jul 2016 11:01:20 +0200

> add and val are read with
> sscanf(kern_buf, "%x:%x", &addr, &val);
> and used as arguments for bna_reg_offset_check and writel
> so they have to be unsigned.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@xxxxxx>

Applied.