Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp705924pxj; Wed, 2 Jun 2021 09:21:32 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzUQmTXqEpvdKK0Tlx2+JjXXKsdX+V3jh38cj58FQGh3gLC+LLgb01xCtfE2/Ju9zPN7cPt X-Received: by 2002:aa7:d6cc:: with SMTP id x12mr15865844edr.55.1622650892097; Wed, 02 Jun 2021 09:21:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1622650892; cv=none; d=google.com; s=arc-20160816; b=ZvfnI0UIrsf/t9qW2wTPAfkhYbG9co76wQshs08YeL5T3vWXq6gy1nQchBIWx49CBA pliTexVq/AWx4KiMwp6460kJqa5fUl8HV4nizLHNKOxZv25NWBKcFOtoupKo98r5pfOT WtJKPH6tU/9dlM9u9lwc0G9zlwf1nFOzrXwFCeH6knCvygc3ij+nD2KJhJi5EwUaaTpI CpYKWPRLNotPLHGb4EpR5dgBLkcnCJqumsXExB/wpqStWqCzQ0iXkESsUtH2QivjSAX9 7PlfqKvX/HMWUcf62c4h/8ZdmcH758wcjrCLvvK3HeFK71+nGIeEh817Dogj5kInLUeU p+pw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from :dkim-signature; bh=5ZP6a5QEJtFQFc+ry7ZurvT+So8neutSiJSf+uTLVus=; b=pE9nFWrT1ieXry97sYEp+d6AcuDR1SzYqrVT3ck+cU+wOJfXKZp9nqPVjA7xlYXLEq xqYx1+hcxBIgG4wHnqm+PxOFQIQUbnh7C0FWs6dyxbbUZMkd55U/CIvtwGhnF1JSWMwC WvVfAFa+JeEjctSjVBgPPvcBXJ0Eh3zVUBj0J2lzgMgcSLt0LkxMW8F3+YQCOLdK6zKr WSttYF305PvLm9hdUD4MmbtU7/4Lf+utEYSsjQzFG1mavoWgGmeil6SL0goR8I8S1wLK BxOj71yFp5O1iUBMRQoA8seuAlBw4i2bYKCUCn3N6Fxrpd+zXGlEOQJxtDsNM5bkOibs 0HXw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=bXP7kGt3; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i9si220515edb.271.2021.06.02.09.21.09; Wed, 02 Jun 2021 09:21:32 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=bXP7kGt3; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230034AbhFBQTC (ORCPT + 99 others); Wed, 2 Jun 2021 12:19:02 -0400 Received: from mail.kernel.org ([198.145.29.99]:54414 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229871AbhFBQTA (ORCPT ); Wed, 2 Jun 2021 12:19:00 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 2B19561942; Wed, 2 Jun 2021 16:17:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1622650637; bh=ujDgNC82Zvk8eDUwGQURyQIRCq0dpOz4kqIDyxIc8M4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=bXP7kGt3FhcmjpDD0tVWojUCnUjwmLjc8u7BLhqaRba2plpwfT4zfxXh0eceumNgv YXEajVZ4HJms1IjMBfGqN9/k0qLeYNCTV+KSfViETsdQ+CJECX7GYTOVZB1udg+BYU EtK5Bmox8ZnJRAUFZc1w+ccqWJJ9THghQ5bzfe+L7WvW3XSCVHnmC+cn1MknPNg041 fUuAdZyNxFBZo5QiLweOBmnrjUdxcruLEuvjgJDVevZCKYrh1tITgFQT+lBBqYP/PZ 0Sr3hPSAjT8Fw5a6Ytrw8Znxm0MejoNBZt1+xrT6RakJgra+bXw1A4GRM/1wm5jf9y YPwSjXexAgXoQ== From: Mark Brown To: lgirdwood@gmail.com, YueHaibing Cc: Mark Brown , linux-kernel@vger.kernel.org Subject: Re: [PATCH -next] regulator: core: Use DEVICE_ATTR_RO macro Date: Wed, 2 Jun 2021 17:16:50 +0100 Message-Id: <162265054258.22587.7347166365426724237.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20210529115226.25376-1-yuehaibing@huawei.com> References: <20210529115226.25376-1-yuehaibing@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 29 May 2021 19:52:26 +0800, YueHaibing wrote: > Use DEVICE_ATTR_RO() helper instead of plain DEVICE_ATTR(), > which makes the code a bit shorter and easier to read. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next Thanks! [1/1] regulator: core: Use DEVICE_ATTR_RO macro commit: a277a2622ca9609de09c18f660f0d10f1ddbb379 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark