diff
<     simple_recursive_removal(dir, NULL);
---
>     if (!IS_ERR(dir)) {
>         simple_recursive_removal(dir, NULL);
>     }
