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=-7.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 C22FFC4727C for ; Thu, 1 Oct 2020 14:38:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8C7E3207FB for ; Thu, 1 Oct 2020 14:38:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601563118; bh=CDIA6JHKXoFBNCPsXiZo89w19KzhSZeKfdOpyz0WMdc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Cp5cLtz4xJenTzxfE74bJ+cRMyvhf9yT6Rj9f/7gCHLMtk4mlAbegWeMXVHGJHo3P 7BIsgKxTOpi7b6U+pZuAPqfjJXlZhIp7ExaF3txlGRLo1wnAE2BXfN2yzqrFOIyZ15 scnzyiWQ3JLqyu0b5vr7/FukBtfGVgMCrqyemCLI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732384AbgJAOih (ORCPT ); Thu, 1 Oct 2020 10:38:37 -0400 Received: from mail-oi1-f175.google.com ([209.85.167.175]:41146 "EHLO mail-oi1-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732360AbgJAOih (ORCPT ); Thu, 1 Oct 2020 10:38:37 -0400 Received: by mail-oi1-f175.google.com with SMTP id x69so5802379oia.8; Thu, 01 Oct 2020 07:38:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=05WM9O11nXEnB8MaY5uRJWUk6wfX4i1dcR/R2xP+z94=; b=JPiXV3ByjLy1FEQxIu5kd2NbPNYBUAJa+2HfxivBU0aIYT6sZu0UMVqrRbYY9GPSpx JRMLdwrt9Fxcch12C7TbJ9Cm1CH/hF99GZRtEC4G5VCswcGhFVolSJUuHu2DEGo+Tyuy IPOo7AzZGC6Bb8kznV1rmGV1p5twti3xAeNupwzccfWDZQ2ixufO5Nm29YRu4PHBxUhN PwncDXKLcbp0GP4cLk5XGnU8zieeZKWjaonkAriY5werNpe+eOMRRZpBEUf5dclB4l5l 338qfLTVzjBb26ZlgbhDDpYm/EZSeYER8/5a++CeP+ia+/CWr35/CDPnWzycBngzHN+W ZHOw== X-Gm-Message-State: AOAM533MCwnY+/jSBrcszX6jZ8jYe7mxSds3zFo0eXqt0SKLO+1cti/m 8dhpmY1LLQf3WjcC/3/ul+Vqf9SknnfZ X-Google-Smtp-Source: ABdhPJyuohX6ohqzLB9qD1xifWRMkw+CWKN7NONCu57jyZ9ed/4xYQv5FTKVzba0L2YxiOkT75uEfw== X-Received: by 2002:aca:f203:: with SMTP id q3mr180483oih.148.1601563116805; Thu, 01 Oct 2020 07:38:36 -0700 (PDT) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id i5sm1238668otj.19.2020.10.01.07.38.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 01 Oct 2020 07:38:36 -0700 (PDT) Received: (nullmailer pid 703354 invoked by uid 1000); Thu, 01 Oct 2020 14:38:35 -0000 Date: Thu, 1 Oct 2020 09:38:35 -0500 From: Rob Herring To: Liu Shixin Cc: Karthikeyan Mitran , Hou Zhiqiang , linux-pci@vger.kernel.org, Bjorn Helgaas , linux-kernel@vger.kernel.org, Lorenzo Pieralisi Subject: Re: [PATCH -next] PCI: mobiveil: simplify the return expression of mobiveil_pcie_init_irq_domain Message-ID: <20201001143835.GA703320@bogus> References: <20200921082447.2591877-1-liushixin2@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200921082447.2591877-1-liushixin2@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Mon, 21 Sep 2020 16:24:47 +0800, Liu Shixin wrote: > Simplify the return expression. > > Signed-off-by: Liu Shixin > --- > drivers/pci/controller/mobiveil/pcie-mobiveil-host.c | 7 +------ > 1 file changed, 1 insertion(+), 6 deletions(-) > Reviewed-by: Rob Herring