Re: [char-misc-next] mei: bus: use scnprintf in *_show

From: Greg Kroah-Hartman
Date: Thu Mar 31 2016 - 19:43:12 EST


On Thu, Mar 24, 2016 at 10:38:04AM +0200, Tomas Winkler wrote:
> From: Rasmus Villemoes <linux@xxxxxxxxxxxxxxxxxx>
>
> There's no reason to duplicate the logic provided by scnprintf().

And really, there's no need for any of this, just use sprintf() for
sysfs attributes that are the size of an integer.

But I'll take this for now, just to keep people happy because "everyone
knows sprintf() should never be used"...

bah.

greg k-h