HSI: omap_ssi_port: Drop error checking for debugfs_create_dir
authorOsama Muhammad <osmtendev@gmail.com>
Thu, 25 May 2023 15:38:37 +0000 (20:38 +0500)
committerSebastian Reichel <sre@kernel.org>
Sat, 27 May 2023 16:50:27 +0000 (18:50 +0200)
commit42877c38ac78e456fd9e149842a96a3576fb36e5
treeb3c69cb110d816a204f0a8cfd39f7e8d37e57b1f
parent32a31bd41be148cac0dae3ff0f2555027c6853b7
HSI: omap_ssi_port: Drop error checking for debugfs_create_dir

This patch fixes the error checking in omap_ssi_port.c. 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.

Signed-off-by: Osama Muhammad <osmtendev@gmail.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/hsi/controllers/omap_ssi_port.c