iommu/omap: No need to check return value of debugfs_create functions
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 4 Jul 2019 14:36:49 +0000 (16:36 +0200)
committerJoerg Roedel <jroedel@suse.de>
Thu, 4 Jul 2019 15:26:18 +0000 (17:26 +0200)
commit9378bfeaafcbbdf234daeee93db31a3f2c815513
tree8623734d721b704b8bbd7ea1337013118d7e2cf1
parent6e8b566806b7a8788dfde59b88ed79faa422fbaf
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>
drivers/iommu/omap-iommu-debug.c