openpilot v0.7.5 release

This commit is contained in:
Vehicle Researcher
2020-05-09 13:01:35 -07:00
parent 7e908db510
commit ddee718536
237 changed files with 16444 additions and 5626 deletions
+2 -2
View File
@@ -166,7 +166,7 @@ struct ion_flush_data {
struct ion_prefetch_regions {
unsigned int vmid;
size_t __user *sizes;
size_t *sizes;
unsigned int nr_sizes;
};
@@ -174,7 +174,7 @@ struct ion_prefetch_data {
int heap_id;
unsigned long len;
/* Is unsigned long bad? 32bit compiler vs 64 bit compiler*/
struct ion_prefetch_regions __user *regions;
struct ion_prefetch_regions *regions;
unsigned int nr_regions;
};