linux-stable/drivers/ntb/hw
Ruan Jinjie 28e70ed9d0 ntb: amd: Drop unnecessary error check for debugfs_create_dir
This patch removes the error checking for debugfs_create_dir in
ntb_hw_amd.c. This is because the DebugFS kernel API is developed
in a way that the caller can safely ignore the errors that
occur during the creation of DebugFS nodes. The debugfs APIs have
a IS_ERR() judge in start_creating() which can handle it
gracefully. so these checks are unnecessary.

Signed-off-by: Ruan Jinjie <ruanjinjie@huawei.com>
Acked-by: Sanjay R Mehta <sanju.mehta@amd.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
2023-08-18 09:50:06 -04:00
..
amd ntb: amd: Drop unnecessary error check for debugfs_create_dir 2023-08-18 09:50:06 -04:00
epf ntb: epf: Remove redundant pci_clear_master 2023-07-08 11:02:37 -04:00
idt ntb: idt: drop redundant pci_enable_pcie_error_reporting() 2023-07-08 11:02:36 -04:00
intel ntb: intel: Remove redundant pci_clear_master 2023-07-08 11:02:37 -04:00
mscc driver core: class: remove struct class_interface * from callbacks 2023-04-03 21:42:52 +02:00
Kconfig NTB: Add support for EPF PCI Non-Transparent Bridge 2021-02-23 14:12:53 -06:00
Makefile NTB: Add support for EPF PCI Non-Transparent Bridge 2021-02-23 14:12:53 -06:00