usb: core: sysfs: convert sysfs snprintf to sysfs_emit
authorXuezhi Zhang <zhangxuezhi1@coolpad.com>
Fri, 24 Jun 2022 12:12:38 +0000 (20:12 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Jun 2022 12:58:26 +0000 (14:58 +0200)
commit6569689e78299ff91002960a163012b576f2b21a
tree097efab9186e840b51ed75d3c1bda99d2d02b026
parente6aa42f93751e4d9ac8505b7ac57acd5506bdec9
usb: core: sysfs: convert sysfs snprintf to sysfs_emit

Fix up all sysfs show entries to use sysfs_emit

Signed-off-by: Xuezhi Zhang <zhangxuezhi1@coolpad.com>
Link: https://lore.kernel.org/r/20220624121238.134256-1-zhangxuezhi1@coolpad.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/sysfs.c