commit | 4c2e9e299626b602024352848baa9c7b7bfee15f | [log] [tgz] |
---|---|---|
author | xypron.glpk@gmx.de <xypron.glpk@gmx.de> | Sun Jul 31 11:01:20 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 01 13:32:52 2016 -0700 |
tree | 51470fae965cb6a7efaba4fb3ee3545aa1e5b9d5 | |
parent | 112b6b791dd0506fd49815232d38cb29672d48f2 [diff] |
net: bna: use correct type specifier (2) 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@gmx.de> Signed-off-by: David S. Miller <davem@davemloft.net>