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=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no 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 7D769C433E0 for ; Wed, 27 May 2020 03:22:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 54CE92084C for ; Wed, 27 May 2020 03:22:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590549726; bh=3BfeorGCkLtdTas1uzCnbhiIA2SgE1HFtEW+jxo7+p4=; h=In-Reply-To:References:Subject:From:Cc:To:Date:List-ID:From; b=VKNDZYtM+0G7dOsccbG7Ec+WnUKA+Osg/1NzHI9h6J2zllFedVBmT6DxqlExtLbTm FluwFPmB92lcOcS7wRJEjveMFwz6AoLFx4+H3s6ngToGl93kwNIrFHXwBche1v/Bfu p4APXXZ+rVArpar9OhsjSY0HJziNSk3/yv47wd48= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728542AbgE0DWG (ORCPT ); Tue, 26 May 2020 23:22:06 -0400 Received: from mail.kernel.org ([198.145.29.99]:57414 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725893AbgE0DWE (ORCPT ); Tue, 26 May 2020 23:22:04 -0400 Received: from kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 85142207D8; Wed, 27 May 2020 03:22:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590549724; bh=3BfeorGCkLtdTas1uzCnbhiIA2SgE1HFtEW+jxo7+p4=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=w1F1E7q7WjgpBJt3y6p4FfKfpi3hE1+4bLCoozWc/cNiKtCS/TYTU3McAIHrjdZ69 WUxhQSB9GJ4gzWd9dNT6IOv6+0i6AK9xEc34FPhVUhU5P1/5fdtugE2JggRbCfAvdw Cnu1VgUlD5mcSJodvEa2vHCqj4tp2qP/Y3SDjpYc= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <1588508289-10140-1-git-send-email-claudiu.beznea@microchip.com> References: <1588508289-10140-1-git-send-email-claudiu.beznea@microchip.com> Subject: Re: [PATCH 1/2] clk: at91: pmc: do not continue if compatible not located From: Stephen Boyd Cc: linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Claudiu Beznea To: Claudiu Beznea , alexandre.belloni@bootlin.com, ludovic.desroches@microchip.com, mturquette@baylibre.com, nicolas.ferre@microchip.com Date: Tue, 26 May 2020 20:22:03 -0700 Message-ID: <159054972384.88029.12499827364972798016@swboyd.mtv.corp.google.com> User-Agent: alot/0.9 Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Claudiu Beznea (2020-05-03 05:18:08) > pmc_register_ops() is called for all AT91 devices. Return > -ENODEV in case of_find_matching_node() returns NULL. >=20 > Signed-off-by: Claudiu Beznea > --- Applied to clk-next