Resource-managed kfree
void devm_kfree(struct device * dev, void * p);
dev
Device this memory belongs to
p
Memory to free
Free memory allocated with devm_kmalloc.