aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-06-11 20:05:47 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2019-06-18 10:54:32 +0200
commit8eb835e4789acb7c306d56ae9069e0e1134aa5b2 (patch)
tree39aa8878b63ae28d91908ad1568770540e56683a /tools
parentLinux 5.2-rc5 (diff)
downloadlinux-dev-8eb835e4789acb7c306d56ae9069e0e1134aa5b2.tar.xz
linux-dev-8eb835e4789acb7c306d56ae9069e0e1134aa5b2.zip
power: avs: smartreflex: no need to check return value of debugfs_create functions
When calling debugfs functions, there is no need to ever check the return value. The function can work or not, but the code logic should never do something different based on this. And even when not checking the return value, no need to cast away the call to (void), as these functions were never a "must check" type of a function, so remove that odd cast. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions