Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp4823046pxj; Wed, 9 Jun 2021 02:44:20 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw4PdEqCir3OjKmtikVcKKg/nn4+Jzn0GVzWyDCFRS+VTpnd32YHV+BRUAVhkoAogHhuk6q X-Received: by 2002:a02:6f5e:: with SMTP id b30mr25006965jae.94.1623231859857; Wed, 09 Jun 2021 02:44:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623231859; cv=none; d=google.com; s=arc-20160816; b=ZGnWNN9Jm4jLLkWWy5/ibthSqnnIhqRNjYnelMIEU6XhGgoB1Fl2of7G6GYSd7/+rz sgFmWNqCJop1kknwR2gbGG+Kqv38xyjGiVO1M2hSrSIAeIemCBNjDwd47vewU0ySjMe1 TE7XPEqNC9w8IlM+DMeTTqsNJ1PNmv+Vc4AI45o1eoJ+/i16IwjhahYwaj/w0ZKQ68ko Ny/nMjy/SU3wcmNSITD/A2ywKv0FdjFcCdRZGWKVNB0IQXa2Xzvn18G0cJR4bbmBExR/ uEyfFdLE5P3SeyseIwGoIP+k/qyjDkxZrTOl4STATrE10ZqaZPCgKlOXUyfusR9yqx/W jDSw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=eUjXra+CQVWwR5vQjyGam1x6qiOkmqkQ36R7UNtFt7o=; b=ENHz3OUfbfsE/s6q/8lYGfkHXLeghk6Hg6MWqcD0+0eh6kA9fuFX1Qvz+ES3nQbLxR TFNThls8Yw3TjSadOuh6bquFogznm/YZJXkR9c8x1h7nuk9T73XtR/7a2TRbAitG8Gmi o7yDKD69yFf0Dw3VwZ0srCdQApmOCe1eXsZi7MkJZ4/jYzIqlWf3jkZFtKxcvDwuWHiG aikYDYmMKDScm1W/RpmhdmYHsO2ReKqsCYZjHbkdwEtiUkxCsetMf+4PGrgM4sE4ntv9 Gu8m5biMO6RTBLesmsbDl2HvT6WdWZZr2jOpDzIm7Uhnagoz5AbAsBlsg/+pfCXgzDzO XqOg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=sqGGw9N4; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id w1si2710331ilv.0.2021.06.09.02.44.06; Wed, 09 Jun 2021 02:44:19 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=sqGGw9N4; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235402AbhFHSnS (ORCPT + 99 others); Tue, 8 Jun 2021 14:43:18 -0400 Received: from mail.kernel.org ([198.145.29.99]:36728 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235302AbhFHSjo (ORCPT ); Tue, 8 Jun 2021 14:39:44 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id E91C161426; Tue, 8 Jun 2021 18:34:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1623177258; bh=fyg7ZKUv2H0Xz88VFwy5HpYHQlPU/7I+rqcSvy2gNsU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=sqGGw9N4oogV4K7S8jI8aJDnU8SUc00icsWrxlQ2uoQHvpqaYng+UdmvTTuGw/4pD RBHfaW03Oauo0nhzixblteHbguMiu+jXn3+dX4CW707Zn/kYDu0d8c0ky8SQD2FKes bSdWIsuytoR9llKO1DpAg8MMP7GAp8y7uGmWpnlw= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Arnd Bergmann , Nathan Chancellor , Jiri Kosina , Sasha Levin Subject: [PATCH 4.19 12/58] HID: i2c-hid: fix format string mismatch Date: Tue, 8 Jun 2021 20:26:53 +0200 Message-Id: <20210608175932.685137830@linuxfoundation.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210608175932.263480586@linuxfoundation.org> References: <20210608175932.263480586@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Arnd Bergmann [ Upstream commit dc5f9f55502e13ba05731d5046a14620aa2ff456 ] clang doesn't like printing a 32-bit integer using %hX format string: drivers/hid/i2c-hid/i2c-hid-core.c:994:18: error: format specifies type 'unsigned short' but the argument has type '__u32' (aka 'unsigned int') [-Werror,-Wformat] client->name, hid->vendor, hid->product); ^~~~~~~~~~~ drivers/hid/i2c-hid/i2c-hid-core.c:994:31: error: format specifies type 'unsigned short' but the argument has type '__u32' (aka 'unsigned int') [-Werror,-Wformat] client->name, hid->vendor, hid->product); ^~~~~~~~~~~~ Use an explicit cast to truncate it to the low 16 bits instead. Fixes: 9ee3e06610fd ("HID: i2c-hid: override HID descriptors for certain devices") Signed-off-by: Arnd Bergmann Reviewed-by: Nathan Chancellor Signed-off-by: Jiri Kosina Signed-off-by: Sasha Levin --- drivers/hid/i2c-hid/i2c-hid-core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/hid/i2c-hid/i2c-hid-core.c b/drivers/hid/i2c-hid/i2c-hid-core.c index 1f8d403d3db4..19f4b807a5d1 100644 --- a/drivers/hid/i2c-hid/i2c-hid-core.c +++ b/drivers/hid/i2c-hid/i2c-hid-core.c @@ -1160,8 +1160,8 @@ static int i2c_hid_probe(struct i2c_client *client, hid->vendor = le16_to_cpu(ihid->hdesc.wVendorID); hid->product = le16_to_cpu(ihid->hdesc.wProductID); - snprintf(hid->name, sizeof(hid->name), "%s %04hX:%04hX", - client->name, hid->vendor, hid->product); + snprintf(hid->name, sizeof(hid->name), "%s %04X:%04X", + client->name, (u16)hid->vendor, (u16)hid->product); strlcpy(hid->phys, dev_name(&client->dev), sizeof(hid->phys)); ihid->quirks = i2c_hid_lookup_quirk(hid->vendor, hid->product); -- 2.30.2