samples: configfs: prefer pr_err() over bare printk(KERN_ERR
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Thu, 24 Sep 2020 12:45:26 +0000 (14:45 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 7 Oct 2020 13:46:22 +0000 (15:46 +0200)
commit76ecfcb0852eb0390881a695a2f349b804d80147
tree5fa0c8a2c52ebb037996ba956b8219981879b39c
parent288f295e0a49481c4ff64715b6b3eb8ebfe3432b
samples: configfs: prefer pr_err() over bare printk(KERN_ERR

pr_*() printing helpers are preferred over using bare printk().

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