linux-stable/drivers/ntb/hw
Anup Sharma bff6efc54b ntb: hw: amd: Fix debugfs_create_dir error checking
The debugfs_create_dir function returns ERR_PTR in case of error, and the
only correct way to check if an error occurred is 'IS_ERR' inline function.
This patch will replace the null-comparison with IS_ERR.

Signed-off-by: Anup Sharma <anupnewsmail@gmail.com>
Suggested-by: Ivan Orlov <ivan.orlov0322@gmail.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
2023-07-08 13:55:44 -04:00
..
amd ntb: hw: amd: Fix debugfs_create_dir error checking 2023-07-08 13:55:44 -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