commit | f9a21a3f4919539e6ee02625c22f67c3ef6041ec | [log] [tgz] |
---|---|---|
author | Elise Lennion <elise.lennion@gmail.com> | Fri Oct 14 19:00:11 2016 -0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Oct 24 15:35:03 2016 +0200 |
tree | d97a8d8d8e879a4357ba74faa4631146e8ebc849 | |
parent | 5bc45c9d1ebaa1734c36f2abf1db85b579888224 [diff] |
staging: greybus: audio_manager_sysfs: Replace sscanf with kstrto* to single variable conversion. Fix checkpatch warning: WARNING: Prefer kstrto<type> to single variable sscanf kstrto* is designed to convert string to numerical value and makes it easier to understand what the code does. Signed-off-by: Elise Lennion <elise.lennion@gmail.com> Reviewed-by: Mark Greer <mgreer@animalcreek.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>