diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-07-04 16:36:49 +0200 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2019-07-04 17:26:18 +0200 |
commit | 9378bfeaafcbbdf234daeee93db31a3f2c815513 (patch) | |
tree | 8623734d721b704b8bbd7ea1337013118d7e2cf1 /drivers/iommu/omap-iommu.c | |
parent | 6e8b566806b7a8788dfde59b88ed79faa422fbaf (diff) |
iommu/omap: 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: Joerg Roedel <joro@8bytes.org>
Cc: iommu@lists.linux-foundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/iommu/omap-iommu.c')
0 files changed, 0 insertions, 0 deletions