diff options
author | Franck Demathieu <franck.demathieu@intel.com> | 2017-02-13 09:35:19 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-02-14 09:14:28 -0800 |
commit | 4cf64a5f512da749ef635431fdf5da56bf1652af (patch) | |
tree | ae8290c194888522f77a3747fb9203736f981807 /drivers/message | |
parent | 07e9ef146071adf316312b3dd4abfe41c9a45a7d (diff) | |
download | blackbird-op-linux-4cf64a5f512da749ef635431fdf5da56bf1652af.tar.gz blackbird-op-linux-4cf64a5f512da749ef635431fdf5da56bf1652af.zip |
staging: nvec: Fix incorrect type of i2c address
The i2c address is unsigned according to the dt-bindings.
Fix sparse issue (-Wtypesign):
drivers/staging/nvec/nvec.c:781:35: warning: incorrect type in argument 3 (different signedness)
drivers/staging/nvec/nvec.c:781:35: expected unsigned int [usertype] *out_value
drivers/staging/nvec/nvec.c:781:35: got int *<noident>
Signed-off-by: Franck Demathieu <fdemathieu@gmail.com>
Acked-by: Marc Dietrich <marvin24@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/message')
0 files changed, 0 insertions, 0 deletions