Tag: 226d0f22d044f0151287bb7cf334b85182248f0e

ASoC: keep pointer to resource so it can be freed

Author: Julia Lawall <julia@diku.dk> Add a new variable for storing resources accessed subsequent to the one accessed using request_mem_region, so the one accessed using request_mem_region can be released if needed. The resource variable names are also changed to be more descriptive. This code is also missing some calls to iounmap. The semantic match that finds …

Continue reading