lkml.org 
[lkml]   [2020]   [Nov]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH AUTOSEL 4.19 12/21] cfg80211: regulatory: Fix inconsistent format argument
    Date
    From: Ye Bin <yebin10@huawei.com>

    [ Upstream commit db18d20d1cb0fde16d518fb5ccd38679f174bc04 ]

    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>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    net/wireless/reg.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/net/wireless/reg.c b/net/wireless/reg.c
    index 935aebf150107..c7825b951f725 100644
    --- a/net/wireless/reg.c
    +++ b/net/wireless/reg.c
    @@ -3374,7 +3374,7 @@ static void print_rd_rules(const struct ieee80211_regdomain *rd)
    power_rule = &reg_rule->power_rule;

    if (reg_rule->flags & NL80211_RRF_AUTO_BW)
    - snprintf(bw, sizeof(bw), "%d KHz, %d KHz AUTO",
    + snprintf(bw, sizeof(bw), "%d KHz, %u KHz AUTO",
    freq_range->max_bandwidth_khz,
    reg_get_max_bandwidth(rd, reg_rule));
    else
    --
    2.27.0
    \
     
     \ /
      Last update: 2020-11-10 05:00    [W:3.919 / U:0.676 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site