drivers/perf: convert sysfs scnprintf family to sysfs_emit_at() and sysfs_emit()
authorQi Liu <liuqi115@huawei.com>
Fri, 19 Mar 2021 10:04:32 +0000 (18:04 +0800)
committerWill Deacon <will@kernel.org>
Thu, 25 Mar 2021 12:55:44 +0000 (12:55 +0000)
commit9ec9f9cf8660d549c77e719d2ce11647a03063b9
treef4def2ac65870f1b1afbb77057c353d7b45ed5d3
parent700a9cf0527ca2d7d3e4980fef2deb4883432ab6
drivers/perf: convert sysfs scnprintf family to sysfs_emit_at() and sysfs_emit()

Use the generic sysfs_emit_at() and sysfs_emit() function to take place
of scnprintf()

Signed-off-by: Qi Liu <liuqi115@huawei.com>
Link: https://lore.kernel.org/r/1616148273-16374-3-git-send-email-liuqi115@huawei.com
Signed-off-by: Will Deacon <will@kernel.org>
drivers/perf/arm-ccn.c