Skip to content

Change oss_ressources.c

Created by: gvarlet

Concurrent accesses to a Low Level Driver like M66 and a native driver on the same BBIS on kernel older than 4.0.0 (typically the A21B) is not possible because check_mem_region says the region is already in use. Removing the check of region allows both driver to run concurently.

Merge request reports