renamed driver_mem_stop() to driver_mem_release()
This commit is contained in:
@@ -336,7 +336,7 @@ int driver_mem_init(void)
|
||||
return(0);
|
||||
}
|
||||
|
||||
void driver_mem_stop(void)
|
||||
void driver_mem_release(void)
|
||||
{
|
||||
if (init_count-- == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user