diff options
author | Greg Kroah-Hartman <[email protected]> | 2019-11-07 09:51:11 +0100 |
---|---|---|
committer | Miquel Raynal <[email protected]> | 2019-11-14 10:57:38 +0100 |
commit | c2d73ba892eac0275b0d2bd7fae8dd4591a05da9 (patch) | |
tree | 6d14081046b69e8a463dc6d0b04ba481f5e42479 /scripts/gdb/linux/utils.py | |
parent | 267c1d772380cfbced547abb17f1d6827904f909 (diff) |
mtd: 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: David Woodhouse <[email protected]>
Cc: Brian Norris <[email protected]>
Cc: Marek Vasut <[email protected]>
Cc: Miquel Raynal <[email protected]>
Cc: Richard Weinberger <[email protected]>
Cc: Vignesh Raghavendra <[email protected]>
Cc: Artem Bityutskiy <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Miquel Raynal <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions