Re: [PATCH] [1/12] SYSFS: Pass attribute in sysdev_classattributes show/store

From: Greg KH
Date: Tue Jan 05 2010 - 10:01:58 EST


On Tue, Jan 05, 2010 at 12:47:58PM +0100, Andi Kleen wrote:
>
> Passing the attribute to the low level IO functions allows all kinds
> of cleanups, by sharing low level IO code without requiring
> an own function for every piece of data.
>
> Also drivers can extend the attributes with own data fields
> and use that in the low level function.
>
> Similar to sysdev_attributes and normal attributes.
>
> This is a tree-wide sweep, converting everything in one go.
>
> No functional changes in this patch other than passing the new
> argument everywhere.
>
> Tested on x86, the non x86 parts are uncompiled.
>
> Signed-off-by: Andi Kleen <ak@xxxxxxxxxxxxxxx>

Looks good, I'll queue this up.

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/