samples: configfs: replace simple_strtoul() with kstrtoint()
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Thu, 24 Sep 2020 12:45:21 +0000 (14:45 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 7 Oct 2020 13:44:59 +0000 (15:44 +0200)
commitb86ff67d5a28f3ac1479d99b8a687e7107c58ae6
treef5d267d13110637eb2987e5c900f83b1622fcfc3
parent1b0d36e81bdc52684af19f0cad9c9dca13ce4dbc
samples: configfs: replace simple_strtoul() with kstrtoint()

simple_strtoul() is deprecated. Use kstrtoint().

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
samples/configfs/configfs_sample.c