]> www.infradead.org Git - users/willy/xarray.git/commit
HSI: omap-ssi: Remove unnecessary debugfs_create_dir() error check
authorYang Ruibin <11162571@vivo.com>
Tue, 27 Aug 2024 12:08:16 +0000 (20:08 +0800)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Tue, 27 Aug 2024 13:28:56 +0000 (15:28 +0200)
commitc3eddf5e8c30adb6f43fc0b149e88b9feb76f381
treed189185147dabecc74792f470a0401015f8b897a
parent8400291e289ee6b2bf9779ff1c83a291501f017b
HSI: omap-ssi: Remove unnecessary debugfs_create_dir() error check

Remove the debugfs_create_dir() error check. It's safe to pass in error
pointers to the debugfs API, hence the user isn't supposed to include
error checking of the return values.

Signed-off-by: Yang Ruibin <11162571@vivo.com>
Link: https://lore.kernel.org/r/20240827120816.3910198-1-11162571@vivo.com
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/hsi/controllers/omap_ssi_core.c