From: Johannes Berg Date: Wed, 29 Oct 2014 16:05:39 +0000 (+0100) Subject: cfg80211: fix integer signedness in chandef_primary_freqs() X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~234^2^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc1f48ffd5793e0a35c3b02375c2e2923e0f2bf3;p=pandora-kernel.git cfg80211: fix integer signedness in chandef_primary_freqs() The helper function can't ever create negative values, so use u32 pointers as the function arguments as the caller does. Signed-off-by: Johannes Berg --- Reading git-diff-tree failed