diff options
author | 2022-02-15 07:03:08 -0800 | |
---|---|---|
committer | 2022-02-28 13:45:06 +0200 | |
commit | 1c3adf0de1db86cf354dcb1a2dd1184e5e63a50a (patch) | |
tree | c2ba3ac3621f270e6f8032ae93806e14d00c367f /tools/perf/scripts/python/export-to-postgresql.py | |
parent | nvme: expose cntrltype and dctype through sysfs (diff) | |
download | linux-dev-1c3adf0de1db86cf354dcb1a2dd1184e5e63a50a.tar.xz linux-dev-1c3adf0de1db86cf354dcb1a2dd1184e5e63a50a.zip |
nvme: explicitly set non-error for directives
Stream directives is an optional feature. It is not an error if a
controller doesn't support as many as the kernel can optionally use.
Explicitly set the non-error return value on this condition with a
comment explaining why.
Note, the return value was already 0 in this condition, so the setting
is redundant. This patch should just silence bots that falsely believe
the condition contains an error omission.
Signed-off-by: Keith Busch <kbusch@kernel.org>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions