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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AD5BAC433EF for ; Thu, 20 Jan 2022 14:32:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242911AbiATOco (ORCPT ); Thu, 20 Jan 2022 09:32:44 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32836 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346352AbiATOcc (ORCPT ); Thu, 20 Jan 2022 09:32:32 -0500 Received: from mail-wm1-x32a.google.com (mail-wm1-x32a.google.com [IPv6:2a00:1450:4864:20::32a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CAF89C06173F for ; Thu, 20 Jan 2022 06:32:31 -0800 (PST) Received: by mail-wm1-x32a.google.com with SMTP id n8so12475363wmk.3 for ; Thu, 20 Jan 2022 06:32:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=voV9tUwcW7nggwh4Y3zh2zTjDE2cl1ie6Z0l0K1hTCA=; b=eZ6VJwEXkx9+hYAePyeUZUBkBTxDurhGPf7yes93v96F3qAbQ+djfek27GlTi+/y0B 30jcQqUhSoW4eYol2ftRdipGi0y9GJbMoKQOo6bsidoODlAuvyZomza9DRej81KIozpF UgccHBPqKcNJMip6RTzX+DAEJpi8CiMlPKP9XJrvIAO+G4BuMcXayJLIWBTA2BlLgXi7 oJb+ynilG6aqgYjoyAKekZv8MzWtb9DT0fm3nLhO813hW6UUyvrYA6YAXvUTOQwBdSmg uhk5s3HWM1hI6/fFfhxdFbKChHc6mqHnt5dr/XJbA4KcsJaFmo+/ikIq85fKcfe3t6XA 1NPg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=voV9tUwcW7nggwh4Y3zh2zTjDE2cl1ie6Z0l0K1hTCA=; b=cNoC6bfcF9M8fRT5VB7oQiaMm3QkzOh5+gKwJIOPnmNt4+CiVyoVDSBpfuLe4Gtdmn UtLUUasvcABkWx3oH9T+ggMG+5Rt5yfoHZrgmzwwrBgCKZ8tieCa3Ezm5VXlcwH7LE69 Z4tUMRbEHL3acrExtW58GX6VgCz88PVHI0/SvTbW4nQ76SoMhBJXTOrbY1bJTK0y8CUz y4wwdGveIo1Xrp01unYdn89WRbtGvyZGEjiacQKcmARYW3Fk+jj4/w5M76xqFfUwmCQN cYuvdphsdobznCYrZKGM5u/27XsArnfln7jEMTbaIAUYkQWV6p6q7gsg03u3uCgN5ZGj mWBw== X-Gm-Message-State: AOAM531YGZWfHb4hbpEfjABBh8lLw8pMBvU0kkm2yZmWsZVSc4+L6Vg7 6zbaq5jyx37U3h5IRz6CQ7rNz2NGRuvZDA== X-Google-Smtp-Source: ABdhPJx9j0HddK3ForJvKbPMk+lEeKepafT2U9sUHCAXUuWaYL9NhGuJ24YyBmkxRNNxmpdWLLzEHQ== X-Received: by 2002:a05:600c:3510:: with SMTP id h16mr9242829wmq.122.1642689150322; Thu, 20 Jan 2022 06:32:30 -0800 (PST) Received: from debian-brgl.home ([2a01:cb1d:334:ac00:7d50:ff5:f5c1:e225]) by smtp.gmail.com with ESMTPSA id 8sm3630760wrz.57.2022.01.20.06.32.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 20 Jan 2022 06:32:30 -0800 (PST) From: Bartosz Golaszewski To: Linus Torvalds Cc: Andy Shevchenko , Linus Walleij , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Bartosz Golaszewski Subject: [GIT PULL] gpio: fixes for v5.17-rc1 Date: Thu, 20 Jan 2022 15:32:28 +0100 Message-Id: <20220120143228.444087-1-brgl@bgdev.pl> X-Mailer: git-send-email 2.30.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Linus, Please pull the following fixes for the upcoming RC. They fix the same issue in two drivers and then the drivers are fixed even more because the first patches were incomplete which I missed. Bart The following changes since commit df0cc57e057f18e44dac8e6c18aba47ab53202f9: Linux 5.16 (2022-01-09 14:55:34 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v5.17-rc1 for you to fetch changes up to 9f51ce0b9e73f83bab2442b36d5e247a81bd3401: gpio: mpc8xxx: Fix an ignored error return from platform_get_irq() (2022-01-20 09:05:57 +0100) ---------------------------------------------------------------- gpio fixes for v5.17-rc1 - fix the error checks of platform_get_irq() in gpio-mpc8xxx and gpio-idt3243x ---------------------------------------------------------------- Miaoqian Lin (2): gpio: mpc8xxx: Fix IRQ check in mpc8xxx_probe gpio: idt3243x: Fix IRQ check in idt_gpio_probe Yang Li (2): gpio: idt3243x: Fix an ignored error return from platform_get_irq() gpio: mpc8xxx: Fix an ignored error return from platform_get_irq() drivers/gpio/gpio-idt3243x.c | 6 +++--- drivers/gpio/gpio-mpc8xxx.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-)