3 Jan
2011
3 Jan
'11
7:09 a.m.
Hi,
In soc-core.c, I see that try_module_get() is used to get reference count on the codec and platform drivers. But I don't see try_module_put() to remove the reference count after usage.
Because of this, my reference count on codec and platform driver is never reduced and I am not able to do rmmod of these drivers. But I can rmmod the machine driver as there are no reference count taken on it.
Is this intentional to avoid rmmod of these modules? Or this is to be fixed
-Harsha