ovs-router: Fix sparse warning
authorPravin B Shelar <pshelar@nicira.com>
Tue, 4 Nov 2014 17:24:24 +0000 (09:24 -0800)
committerPravin B Shelar <pshelar@nicira.com>
Tue, 4 Nov 2014 17:48:17 +0000 (09:48 -0800)
commit495a6c342b3fc38c375b20cd2dcd9b9ac9017b64
tree18536950e5817f5647a38150cf4bdb2b4dfbb16e
parent7251515ea9532a0d406fc24cf96cea59ef01538d
ovs-router: Fix sparse warning

Fixes following warning:
../lib/ovs-router.c:162:11: warning: incorrect type in assignment
(different base types)
../lib/ovs-router.c:162:11:    expected restricted ovs_be32
[usertype] <noident>
../lib/ovs-router.c:162:11:    got restricted ovs_be16

Reported-by: Ben Pfaff <blp@nicira.com>
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
lib/ovs-router.c