Skip to content
Snippets Groups Projects
Commit 1f6244e9 authored by Viresh Kumar's avatar Viresh Kumar Committed by Sasha Levin
Browse files

OPP: debugfs: Fix warning around icc_get_name()


[ Upstream commit 28330ceb ]

If the kernel isn't built with interconnect support, icc_get_name()
returns NULL and we get following warning:

drivers/opp/debugfs.c: In function 'bw_name_read':
drivers/opp/debugfs.c:43:42: error: '%.62s' directive argument is null [-Werror=format-overflow=]
         i = scnprintf(buf, sizeof(buf), "%.62s\n", icc_get_name(path));

Fix it.

Reported-by: default avatarkernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202402141313.81ltVF5g-lkp@intel.com/


Fixes: 0430b1d5 ("opp: Expose bandwidth information via debugfs")
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: default avatarDhruva Gole <d-gole@ti.com>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 6cf2e533
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment