linux-stable/drivers/opp
Viresh Kumar 1f6244e995 OPP: debugfs: Fix warning around icc_get_name()
[ Upstream commit 28330ceb95 ]

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: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202402141313.81ltVF5g-lkp@intel.com/
Fixes: 0430b1d570 ("opp: Expose bandwidth information via debugfs")
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Dhruva Gole <d-gole@ti.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-03-26 18:21:53 -04:00
..
Kconfig
Makefile
core.c OPP: Fix passing 0 to PTR_ERR in _opp_attach_genpd() 2023-09-19 12:20:07 +02:00
cpu.c
debugfs.c OPP: debugfs: Fix warning around icc_get_name() 2024-03-26 18:21:53 -04:00
of.c OPP: call of_node_put() on error path in _bandwidth_supported() 2022-06-09 10:21:18 +02:00
opp.h
ti-opp-supply.c