Re: [PATCH] power: sysfs: Remove wakeup_abort_count attribute.

From: Greg KH
Date: Mon Jul 22 2019 - 14:25:39 EST


On Mon, Jul 22, 2019 at 10:04:07AM -0700, Ravi Chandra Sadineni wrote:
> wakeup_abort_count and wakeup_count sysfs entries print the
> same (wakeup_count) attribute. This patch removes the duplicate
> wakeup_abort_count sysfs entry.
>
> Signed-off-by: Ravi Chandra Sadineni <ravisadineni@xxxxxxxxxxxx>
> ---
> Documentation/ABI/testing/sysfs-devices-power | 25 ++++++-------------
> drivers/base/power/sysfs.c | 19 --------------
> 2 files changed, 7 insertions(+), 37 deletions(-)

Isn't this the attribute you add back in a later patch?

If you have 2 patches that touch the same file, always make a patch
series so we have a chance to guess as to what patch comes first.

thanks,

greg k-h