At Thu, 28 May 2015 15:59:50 +0200,Sorry, about that!
Quentin Lambert wrote:
OK, makes sense. Then please keep such information in the changelog.
On 28/05/2015 15:52, Takashi Iwai wrote:
At Thu, 28 May 2015 14:48:27 +0200,This patch is based on commit 4192c74940e23da727eb02b7b4ee779dde2f670,
Quentin Lambert wrote:
You should use dev_groups instead of the dev_attrs field of structWhat's wrong with dev_attrs?
bus_type. This converts the MDIO bus code to use the correct field.
These modifications were made using Coccinelle.
Signed-off-by: Quentin Lambert <lambert.quentin@xxxxxxxxx>
(Not offending, I'm just curious where the preference for dev_groups
is referred...)
its message indicates that dev_attrs is going away.
BTW, the code in question isn't MDIO at all.
Ok, I need to find a nice way to do that because ATTRIBUTE_GROUPS declares the
Also, it'd be better to move ATTRIBUTE_GROUPS(soundbus_dev) into
soundbus/sysfs.c, and make it this global instead of
soundbus_dev_attrs[].
Takashi