]> www.infradead.org Git - users/hch/misc.git/commit
soc: hisilicon: kunpeng_hccs: Fix incorrect string assembly
authorHuisong Li <lihuisong@huawei.com>
Fri, 14 Mar 2025 10:01:43 +0000 (18:01 +0800)
committerArnd Bergmann <arnd@arndb.de>
Fri, 14 Mar 2025 17:03:55 +0000 (18:03 +0100)
commit262666c04be6afa8f15b6c318596b54c37499cda
tree6d9ce7a95a56fcbe7c84501315f57ba24c278dcb
parentcfe614f5225bfbdfbcd7917533fc3c811f98169e
soc: hisilicon: kunpeng_hccs: Fix incorrect string assembly

String assembly should use sysfs_emit_at() instead of sysfs_emit().

Fixes: 23fe8112a231 ("soc: hisilicon: kunpeng_hccs: Add used HCCS types sysfs")
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Huisong Li <lihuisong@huawei.com>
Link: https://lore.kernel.org/r/20250314100143.3377268-1-lihuisong@huawei.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/soc/hisilicon/kunpeng_hccs.c