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 D8F47C54EBE for ; Mon, 16 Jan 2023 14:34:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232757AbjAPOea (ORCPT ); Mon, 16 Jan 2023 09:34:30 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60404 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232545AbjAPOeK (ORCPT ); Mon, 16 Jan 2023 09:34:10 -0500 Received: from mail-yb1-xb34.google.com (mail-yb1-xb34.google.com [IPv6:2607:f8b0:4864:20::b34]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1B8B52387D for ; Mon, 16 Jan 2023 06:14:50 -0800 (PST) Received: by mail-yb1-xb34.google.com with SMTP id p188so30424527yba.5 for ; Mon, 16 Jan 2023 06:14:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=/09gLXwoG4pnHvQOJK2RBXoPYQTRN+xyJOqG4otxtzA=; b=qF3H4qd0qbZvaI0F7/U/6HISbmGzqLg6lwWyoc6pzjfR4TiTB1mgiPk7WWHnuD7xuF bGVNmiR58lEt/Idi8H0d2gQmOGSw4rIYh767HjvUFhglbYD3elxoRA1E12UsJpibkDIf rowmOw4K4hsACdk4OWGedpEetBFMK8AAoCArKu45PsIUzUOBwU7jSlkokQmL9PdIsJ/i k7YiNSCO5uKL+Qsg3vsp2K7Z48JMq79rDda6RSO+AJ/gVdsLA6/mVdt46bW0bS58XVPo IHPombyteNHaUKk6EPTHVOM4L0fezJmjEL+qbX51vCv39Ql9XTCN6M1MPTrhIH/m2DP2 QohQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=/09gLXwoG4pnHvQOJK2RBXoPYQTRN+xyJOqG4otxtzA=; b=ecYEoBBp30hdMSCE3OWDohagYvlxZxQ5hZBYyJtjjt/Qsl+eG43x+tUYo0mvqnb/yF VT2BXA/JW19FhjyGNdO5LyaGyLFnjA1eU0Uj4wgpE2hIOs+SZvQDu1J2V6sFATTlZlyZ h5k5iQLHK56y2lrJFdsRMWa5GRncFagbgEg1WlPWWo8NaH5ZIxyppP/OquYCpHODmnzp bN5XjpTcAS/WWDLJE4UgxQVDfv3WlzXjqT1RtLBJX+DS0d8M9JNWhSNVF300jdTq4qdN xiU3jt+cspWRVpJrf2UuHTBERVYIDFILeSWHs/2bqe/OBqhFTwKzrhYF0a8LJJ9SmC2O 3EpA== X-Gm-Message-State: AFqh2kqmA5M5ftAnHnpgGtd8JBVU+ymX4trBESGjhipgJ7H8Ukbd/HQY +pLZ873Z8ZOU5PB/gHP/MKppgCWqyODhG/mwxb2FDQ== X-Google-Smtp-Source: AMrXdXtwDIdGASmF5sGOm3jBmrI8A4zqup0YGH7e18pQD6cYN/+zeUaONWesRVdKaM0GHXdcYNoN0U2nfd5+TFo/M6k= X-Received: by 2002:a25:c042:0:b0:7e4:fa1:b33 with SMTP id c63-20020a25c042000000b007e40fa10b33mr279618ybf.460.1673878489316; Mon, 16 Jan 2023 06:14:49 -0800 (PST) MIME-Version: 1.0 References: <20230113143640.24302-1-andriy.shevchenko@linux.intel.com> In-Reply-To: <20230113143640.24302-1-andriy.shevchenko@linux.intel.com> From: Linus Walleij Date: Mon, 16 Jan 2023 15:14:38 +0100 Message-ID: Subject: Re: [PATCH v2 1/2] pinctrl: digicolor: Remove duplicate assignment of of_gpio_n_cells To: Andy Shevchenko Cc: linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Baruch Siach Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Fri, Jan 13, 2023 at 3:36 PM Andy Shevchenko wrote: > The of_gpio_n_cells default is 2 when ->of_xlate() callback is > not defined. No need to assign it explicitly in the driver. > > Signed-off-by: Andy Shevchenko > Acked-by: Baruch Siach > --- > v2: added tag (Baruch), avoid confusion with previously sent patch Took out v1 and applied the v2 version instead! (Hoping there is no v3 version I have missed too...) Yours, Linus Walleij