commit | 49ef431defcc03be0d9bf80e1b3945a1c914868c | [log] [tgz] |
---|---|---|
author | Tomas Winkler <tomas.winkler@intel.com> | Tue Nov 26 14:30:02 2019 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jan 10 13:20:49 2020 +0100 |
tree | d47990161768bbcfab2f78b097cc0bdfae666b9e | |
parent | c79f46a282390e0f5b306007bf7b11a46d529538 [diff] |
mei: bus: use simple sprintf for sysfs Replace scnprintf with simple sprintf for sysfs files. it is implicitly known that the buffer is big enough for the variables to fit in. Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Link: https://lore.kernel.org/r/20191126123002.4835-1-tomas.winkler@intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>