Re: [PATCH 1/1] net: bna: use correct type specifier (2)
From: David Miller <davem@davemloft.net>
Date: 2016-08-01 20:45:40
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2016-08-01 20:45:40
Also in:
lkml
From: Heinrich Schuchardt <redacted> 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 <redacted>
Applied.