commit | b4201cc4fc6e1c57d6d306b1f787865043d60129 | [log] [tgz] |
---|---|---|
author | Jeff Mahoney <jeffm@suse.com> | Mon Apr 04 14:15:23 2016 -0400 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Apr 06 15:10:25 2016 +0200 |
tree | d035ab25e1fdcb06bcad0f95e4ab1bf4398a17af | |
parent | f6d4671a08810ff5111099dd1febe57e7eb9ba59 [diff] |
mac80211: fix "warning: ‘target_metric’ may be used uninitialized" This fixes: net/mac80211/mesh_hwmp.c:603:26: warning: ‘target_metric’ may be used uninitialized in this function target_metric is only consumed when reply = true so no bug exists here, but not all versions of gcc realize it. Initialize to 0 to remove the warning. Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>