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