commit | 4b36a0dff794a00989a50581aed2f94c88b57107 | [log] [tgz] |
---|---|---|
author | Tonghao Zhang <xiangxia.m.yue@gmail.com> | Sat Apr 25 11:39:47 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sat Apr 25 20:48:21 2020 -0700 |
tree | d3189c20d7458056879f7a4882f5cf4eaad8cdee | |
parent | 06b439de5f89be954ae70d16ee5983e6406f6b71 [diff] |
net: openvswitch: suitable access to the dp_meters To fix the following sparse warning: | net/openvswitch/meter.c:109:38: sparse: sparse: incorrect type | in assignment (different address spaces) ... | net/openvswitch/meter.c:720:45: sparse: sparse: incorrect type | in argument 1 (different address spaces) ... Reported-by: kbuild test robot <lkp@intel.com> Signed-off-by: Tonghao Zhang <xiangxia.m.yue@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>