Re: [PATCH v3 6/7] staging: pi433: Add debugfs_remove in case of driver register fails.

From: Markus Elfring
Date: Fri Apr 05 2024 - 06:43:09 EST


I suggest to use the summary phrase “Call debugfs_remove() in case of
driver registration failure in pi433_init()” instead.


> debugfs resources were never cleaned in case of failure to register driver.

How do you think about to use a change description like the following?

Debugfs resources were not released after a call of
the function “spi_register_driver” failed.
Thus fix the exception handling accordingly.


Regards,
Markus