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=-6.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,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 ABDE2C432BE for ; Thu, 2 Sep 2021 12:05:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8BABF610D0 for ; Thu, 2 Sep 2021 12:05:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343992AbhIBMF7 (ORCPT ); Thu, 2 Sep 2021 08:05:59 -0400 Received: from mail.kernel.org ([198.145.29.99]:60008 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234081AbhIBMF4 (ORCPT ); Thu, 2 Sep 2021 08:05:56 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4CD09610CD; Thu, 2 Sep 2021 12:04:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1630584297; bh=XEJ22fybLy+xqqo6hMmuHOERgi3ERFS9VjtxxIiwxXc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CQ/ZLYckHKCRNITKra/ue/bx03EDtGEhlUw04OJHPWzUsqoep3MTX4WDir1FFIGCt 6hk9myn0d7gd0bZrPzSRnomDTTsyUaUuafc8f5uxqYDiGzM/rgnzZIpa4un2ArfgoA KVzjWVAjbFvFecPUwOJ5xOHhSFhUsHRgOC6Bvw0s= Date: Thu, 2 Sep 2021 14:04:55 +0200 From: Greg Kroah-Hartman To: Mauro Carvalho Chehab Cc: Lee Jones , linuxarm@huawei.com, mauro.chehab@huawei.com, Arnd Bergmann , Liam Girdwood , Mark Brown , linux-kernel@vger.kernel.org Subject: Re: [PATCH] mfd: hi6421-spmi-pmic: cleanup drvdata Message-ID: References: <6959a4b11cb840aaae8d144889bb7b4899c3b335.1630583284.git.mchehab+huawei@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6959a4b11cb840aaae8d144889bb7b4899c3b335.1630583284.git.mchehab+huawei@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 02, 2021 at 01:48:11PM +0200, Mauro Carvalho Chehab wrote: > There are lots of fields at struct hi6421_spmi_pmic that aren't > used. In a matter of fact, only regmap is needed. > > So, drop the struct as a hole, and set just the regmap as > the drvdata. > > While here, add a missing dot at the Huawei's copyrights. What "missing dot"? I do not see any such change in this patch :(