usb: typec: Use sysfs_emit_at when concatenating the string
authorKyle Tso <kyletso@google.com>
Fri, 23 Jun 2023 15:10:36 +0000 (23:10 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 Aug 2023 08:24:10 +0000 (10:24 +0200)
commit60816ac26f2f0410bc6f8c465dd9d42a2406a1fb
tree923d8f09219d1692bea6b00e505dd0ca641318ce
parent9e4c1e68bf6a04c5106f8935f475f5571d2b4f87
usb: typec: Use sysfs_emit_at when concatenating the string

commit 609fded3f91972ada551c141c5d04a71704f8967 upstream.

The buffer address used in sysfs_emit should be aligned to PAGE_SIZE.
Use sysfs_emit_at instead to offset the buffer.

Fixes: a7cff92f0635 ("usb: typec: USB Power Delivery helpers for ports and partners")
Cc: stable@vger.kernel.org
Signed-off-by: Kyle Tso <kyletso@google.com>
Acked-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/r/20230623151036.3955013-4-kyletso@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/class.c