xgi_mem_alloc::offset is a hardware offset, so it should be u32, not long.
parent
1a0775760c
commit
877296ade0
|
@ -73,7 +73,7 @@ struct xgi_mem_alloc {
|
||||||
/**
|
/**
|
||||||
* Offset of the allocation in the mapping.
|
* Offset of the allocation in the mapping.
|
||||||
*/
|
*/
|
||||||
unsigned long offset;
|
__u32 offset;
|
||||||
};
|
};
|
||||||
|
|
||||||
enum xgi_batch_type {
|
enum xgi_batch_type {
|
||||||
|
|
Loading…
Reference in New Issue