2012-10-01 20:22:42

by Bjorn Helgaas

[permalink] [raw]
Subject: Duplicate sysfs file: microamps_requested_vmmc

This is an old bug report I'd like to close out. Do you guys know
anything about it? I couldn't even find the
"microamps_requested_vmmc" string in the v3.6 kernel, so I suspect
it's obsolete.

https://bugzilla.kernel.org/show_bug.cgi?id=35142

Hardware name: Qosmio E10
sysfs: cannot create duplicate filename
'/devices/pci0000:00/0000:00:1e.0/0000:02:0b.4/microamps_requested_vmmc'


2012-10-02 10:54:46

by Mark Brown

[permalink] [raw]
Subject: Re: Duplicate sysfs file: microamps_requested_vmmc

On Mon, Oct 01, 2012 at 02:22:19PM -0600, Bjorn Helgaas wrote:
> This is an old bug report I'd like to close out. Do you guys know
> anything about it? I couldn't even find the
> "microamps_requested_vmmc" string in the v3.6 kernel, so I suspect
> it's obsolete.

You can't find the string because it's constructed at runtime with
sprintf(). It's probably a bug in whatever driver is requesting the
supply twice.