> In tpmi_sst_dev_remove(), tpmi_sst is dereferenced after being freed. Fix this by reordering the kfree() post the dereference. I suggest to take preferred line lengths better into account also for such a change description. Thus the second sentence should be put into a subsequent line. How do you think about the following wording approach? Move a kfree() call behind an assignment statement in the affected if branch. Regards, Markus