]> git.baikalelectronics.ru Git - kernel.git/commit
net: openvswitch: suitable access to the dp_meters
authorTonghao Zhang <xiangxia.m.yue@gmail.com>
Sat, 25 Apr 2020 03:39:47 +0000 (11:39 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 26 Apr 2020 03:48:21 +0000 (20:48 -0700)
commitde186e451c453fc2e128a26b2d1479462f66f60c
treed3189c20d7458056879f7a4882f5cf4eaad8cdee
parent05b1b99dbc0204c7d5dbc42a2b967cc17615cc28
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>
net/openvswitch/meter.c