Re: [PATCH] drm/amd/powerplay: drop unnecessary "@" on OD sysfs output

2020-06-17 Thread Alex Deucher
On Wed, Jun 17, 2020 at 12:00 AM Evan Quan wrote: > > To follow conventional style. And this unnecessary "@" confuses > our userspace tool. > > Change-Id: Id4cdc611d63e800cf5a93449b6331a1e8323e727 > Signed-off-by: Evan Quan Acked-by: Alex Deucher > --- > drivers/gpu/drm/amd/powerplay/navi10_p

[PATCH] drm/amd/powerplay: drop unnecessary "@" on OD sysfs output

2020-06-16 Thread Evan Quan
To follow conventional style. And this unnecessary "@" confuses our userspace tool. Change-Id: Id4cdc611d63e800cf5a93449b6331a1e8323e727 Signed-off-by: Evan Quan --- drivers/gpu/drm/amd/powerplay/navi10_ppt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd