commit | 360eb5da665566a110993c58ed2a63e98f6720bf | [log] [tgz] |
---|---|---|
author | Nicolas Dichtel <nicolas.dichtel@6wind.com> | Tue Jan 22 11:18:03 2013 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 22 14:24:29 2013 -0500 |
tree | f1f55ebd16d69cc804016121e797443e869d8ff7 | |
parent | 63b203b43baeb1ba5fab0b7f3611e0f0a2a4a7ab [diff] |
ipmr: fix sparse warning when testing origin or group mfc_mcastgrp and mfc_origin are __be32, thus we need to convert INADDR_ANY. Because INADDR_ANY is 0, this patch just fix sparse warnings. Reported-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: David S. Miller <davem@davemloft.net>