commit | 450f30ea9c60228e87cc60647473e2c1eb55df0b | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <[email protected]> | Thu Jun 13 15:19:19 2019 +0200 |
committer | Alex Deucher <[email protected]> | Thu Jun 13 13:59:49 2019 -0500 |
tree | a08d68e20e4934d465f3bb15b83dab31ca74ef6a | |
parent | bb1d26b4609163c9a01c1d54fb593aa4b5512912 [diff] |
amdgpu: 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. Cc: Alex Deucher <[email protected]> Cc: "Christian König" <[email protected]> Cc: "David (ChunMing) Zhou" <[email protected]> Cc: David Airlie <[email protected]> Cc: Daniel Vetter <[email protected]> Cc: xinhui pan <[email protected]> Cc: Evan Quan <[email protected]> Cc: Feifei Xu <[email protected]> Cc: [email protected] Cc: [email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Alex Deucher <[email protected]>