> If device_add() fails, call put_device() to drop the device > reference.
Can the word wrapping become nicer? https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?h=v6.19-rc3#n659 > And put_device() triggers fsl_mc_device_release() > which does the free. Thus just return after call put_device(). How do you think about to add any tags (like “Fixes” and “Cc”) accordingly? https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?h=v6.19-rc3#n145 Regards, Markus
