]> git.ipfire.org Git - people/arne_f/kernel.git/commit
cfg80211: regulatory: Fix inconsistent format argument
authorYe Bin <yebin10@huawei.com>
Fri, 9 Oct 2020 07:02:15 +0000 (15:02 +0800)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 30 Oct 2020 09:06:56 +0000 (10:06 +0100)
commitdb18d20d1cb0fde16d518fb5ccd38679f174bc04
treeccccdda265f5a98bdbba4d0737b8118c03531b69
parentb1e8eb11fb9cf666d8ae36bbcf533233a504c921
cfg80211: regulatory: Fix inconsistent format argument

Fix follow warning:
[net/wireless/reg.c:3619]: (warning) %d in format string (no. 2)
requires 'int' but the argument type is 'unsigned int'.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Ye Bin <yebin10@huawei.com>
Link: https://lore.kernel.org/r/20201009070215.63695-1-yebin10@huawei.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/reg.c