dp->aux.name = kasprintf(GFP_KERNEL, "HIBMC DRM dp aux");As being discussed in the feedback for v7, this is a memory leak. Can you simply assign the string here?
Alright!
dp->aux.name = kasprintf(GFP_KERNEL, "HIBMC DRM dp aux");As being discussed in the feedback for v7, this is a memory leak. Can you simply assign the string here?
Alright!