renamed driver_mem_stop() to driver_mem_release()

This commit is contained in:
Markus Fröschle
2013-12-27 15:43:54 +00:00
parent 87f21c711a
commit c2816ba549
4 changed files with 3 additions and 6 deletions

View File

@@ -234,7 +234,7 @@ int usb_stop(void)
}
}
bus_index = 0;
driver_mem_stop();
driver_mem_release(); /* release all driver mem */
}
return res;
}