From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-19.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1850DC433E6 for ; Tue, 9 Feb 2021 22:05:37 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4EC3A64EE6 for ; Tue, 9 Feb 2021 22:05:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4EC3A64EE6 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-i3c-bounces+linux-i3c=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-ID:Subject:To:From:Date: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=Reh71D0rz5lYuO17eIZCHDZPvMhVr4ypNY4/MV942o8=; b=FTtZHN4ncw7eB/V/kdKaOqO8xM mI1UyVyOY9jwDDUgFKhnlodYgGjICHhvRKIqdzIKRulUGp4rwni1SuDlGh7EbO8qSv2kMEybjZDck JYTaqwDX3heVWz/NkD7nYKuwyKpe0egvXX532l8ZGU1NED0zdCOoxnRDRVCdL7QzhMA7QLpU6bJCD UqAC8N8xkChu3YaAm+4kuxJ2mACEWXTKsiX4kfGOMRfoY32vnz6Ixz4GESuBes+Q2KhxPuLG9hdGZ 73KdvVQZlvcNglrUekfZueF7Srw9mouDkLZv+/Z12jUaWDH6bjzg/C2G3w3COIR+Bvg9M7QafKXFI I0ZXrErw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l9b8Z-0007KQ-4X; Tue, 09 Feb 2021 22:05:35 +0000 Received: from relay8-d.mail.gandi.net ([217.70.183.201]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l9b8X-0007Jn-8a for linux-i3c@lists.infradead.org; Tue, 09 Feb 2021 22:05:34 +0000 X-Originating-IP: 86.202.109.140 Received: from localhost (lfbn-lyo-1-13-140.w86-202.abo.wanadoo.fr [86.202.109.140]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 2ACA01BF204; Tue, 9 Feb 2021 22:05:28 +0000 (UTC) Date: Tue, 9 Feb 2021 23:05:27 +0100 From: Alexandre Belloni To: Linus Torvalds Subject: [GIT PULL] I3C fixes for 5.11 Message-ID: <20210209220527.GA498175@piout.net> MIME-Version: 1.0 Content-Disposition: inline X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210209_170533_409026_BE124E81 X-CRM114-Status: UNSURE ( 9.61 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-i3c@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-i3c@lists.infradead.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-i3c" Errors-To: linux-i3c-bounces+linux-i3c=archiver.kernel.org@lists.infradead.org Hello Linus, Here is a single compilation warning fix for v5.11. The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e: Linux 5.11-rc1 (2020-12-27 15:30:22 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git tags/i3c/fixes-for-5.11 for you to fetch changes up to 291b5c9870fc546376d69cf792b7885cd0c9c1b3: i3c/master/mipi-i3c-hci: Fix position of __maybe_unused in i3c_hci_of_match (2020-12-31 18:41:37 +0100) ---------------------------------------------------------------- I3C fixes for 5.11 Drivers: - mipi-i3c-hci: fix compilation warning with Clang ---------------------------------------------------------------- Nathan Chancellor (1): i3c/master/mipi-i3c-hci: Fix position of __maybe_unused in i3c_hci_of_match drivers/i3c/master/mipi-i3c-hci/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -- linux-i3c mailing list linux-i3c@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-i3c