Re: [PATCH v2] memory: tegra186-emc: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE
From: Krzysztof Kozlowski <krzk@kernel.org>
Date: 2021-02-08 07:34:17
Also in:
lkml
From: Krzysztof Kozlowski <krzk@kernel.org>
Date: 2021-02-08 07:34:17
Also in:
lkml
On Sun, 7 Feb 2021 at 09:03, Jiapeng Chong [off-list ref] wrote:
Fix the following coccicheck warning: drivers/memory/tegra/tegra186-emc.c:158:0-23: WARNING: tegra186_emc_debug_max_rate_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE. drivers/memory/tegra/tegra186-emc.c:128:0-23: WARNING: tegra186_emc_debug_min_rate_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE. Reported-by: Abaci Robot <redacted>
Hi, My question from v1 is still valid because I did not receive any coccinelle report - where can we find it? Best regards, Krzysztof