summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2024-03-04 14:18:28 +0300
committerViresh Kumar <viresh.kumar@linaro.org>2024-03-11 08:09:24 +0300
commit28330ceb953e39880ea77da4895bb902a1244860 (patch)
treedbed59316b58a4a3bb8f8cf80289876ff62a1fdf /Documentation
parent992e88335997a2f171c7da221a14c40771cd517d (diff)
downloadlinux-28330ceb953e39880ea77da4895bb902a1244860.tar.xz
OPP: debugfs: Fix warning around icc_get_name()
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: 0430b1d5704b0 ("opp: Expose bandwidth information via debugfs") Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Reviewed-by: Dhruva Gole <d-gole@ti.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions