| commit | 519e96ee114ff70e420111b39d884153250626dd | [log] [tgz] |
|---|---|---|
| author | Greg Kroah-Hartman <[email protected]> | Tue Jan 22 15:35:41 2019 +0100 |
| committer | Greg Kroah-Hartman <[email protected]> | Mon Jun 03 16:18:12 2019 +0200 |
| tree | 0fce2daafc2917e12aa1f116f69516ccd390adb4 | |
| parent | 5dd82ba9e2d6112c8c9a1d92ad244171a5f4755b [diff] |
x86: platform: 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: Thomas Gleixner <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Borislav Petkov <[email protected]> Cc: "H. Peter Anvin" <[email protected]> Cc: <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>