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 C2FE1ECAAD1 for ; Wed, 31 Aug 2022 08:33:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231447AbiHaIdi (ORCPT ); Wed, 31 Aug 2022 04:33:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39850 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230376AbiHaId3 (ORCPT ); Wed, 31 Aug 2022 04:33:29 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 68EAAC5794; Wed, 31 Aug 2022 01:33:27 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id B28A9B81DFF; Wed, 31 Aug 2022 08:33:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D2AD8C433D7; Wed, 31 Aug 2022 08:33:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1661934804; bh=ISGC0ErllRlWBiOY8Yy3eKSGbqrwRffhI2Xst232NuI=; h=Date:From:To:Subject:References:In-Reply-To:From; b=dpgXEjAlAsmBO2kOEjyKUBrkgm8NP9QwhpTJMliofZVAInWSN8+Z/fm02Su9NTzB5 crl4eVD8ju7PLPmlue6JLxzQL35rCGGNzdKcdB+xhMnrB/14aAyLObWZTpLzINIIFy M00qEjy+hLnQR4HfXFfBYNoZxYyhTtJL55jt1keI= Date: Wed, 31 Aug 2022 10:33:21 +0200 From: Greg KH To: Heikki Krogerus , zhaoxiao , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] usb:mux:intel_pmc_mux: Use the helper acpi_dev_get_memory_resources() Message-ID: References: <20220831061126.25172-1-zhaoxiao@uniontech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 31, 2022 at 11:21:59AM +0300, Heikki Krogerus wrote: > On Wed, Aug 31, 2022 at 02:11:26PM +0800, zhaoxiao wrote: > > It removes the need to check the resource data type separately. > > > > Signed-off-by: zhaoxiao > > Was this patch generated by yet another bot? > > If that's the case, then I would appreciated that you clearly state > that here somehow, just like the other projects. Also if it was done by a bot, it has to follow the documented rules of using them, otherwise we will just reject it. thanks, greg k-h