[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140623182324.GA30831@kroah.com>
Date: Mon, 23 Jun 2014 14:23:24 -0400
From: Greg KH <greg@...ah.com>
To: Janne Kanniainen <janne.kanniainen@...il.com>
Cc: johan@...nel.org, jkosina@...e.cz, cooloney@...il.com,
linux-kernel@...r.kernel.org, linux-leds@...r.kernel.org,
linux-usb@...r.kernel.org, linux-input@...r.kernel.org
Subject: Re: [PATCH v10] leds: USB: HID: Add support for MSI GT683R led panels
On Mon, Jun 23, 2014 at 08:16:48PM +0300, Janne Kanniainen wrote:
> + ret = sysfs_create_group(&led->hdev->dev.kobj, >683r_attribute_group);
> + if (ret) {
> + hid_err(hdev, "failed to create sysfs attributes\n");
> + goto fail;
> + }
No, you need to set the attribute group _before_ you call
led_classdev_register, as that is where the device will be created in
sysfs. Surely the other led drivers already do this? I'm almost afraid
to go look...
You also have to document your sysfs file in Documentation/ABI/
thanks,
greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists