Re: [PATCH] staging: iio: adc: ad7816: replace sprintf with sysfs_emit
From: Maxwell Doose
Date: Mon Apr 20 2026 - 11:51:51 EST
On Mon, Apr 20, 2026 at 8:54 AM Dan Carpenter <error27@xxxxxxxxx> wrote:
>
> This says that changing to sysfs_emit() will increase the stability of
> the driver, but actually that's not true.
Sorry. Like I've said in previous emails to you, I'm still figuring it
all out. When I made this patch, I was under the impression that since
sysfs_emit() improved security by preventing overflow errors, that it
would inherently improve stability as well. Thanks for pointing out my
error.