commit | d18bf13e225258b6ee5325fc7cce48059c7b871f | [log] [tgz] |
---|---|---|
author | Oded Gabbay <ogabbay@kernel.org> | Sat Jul 10 20:00:35 2021 +0300 |
committer | Oded Gabbay <ogabbay@kernel.org> | Sun Aug 29 09:47:46 2021 +0300 |
tree | dcbe3c2268bd5b3da820e426f187679dbd73ef35 | |
parent | a9623a8b3ae67d04187b7a4478d4e4155720eebc [diff] |
habanalabs: fix type of variable Recently, the size parameter in userptr structure was change to u64. As a result, we need to change the type of the local range_size in device_va_to_pa() to u64 to avoid overflow. Signed-off-by: Oded Gabbay <ogabbay@kernel.org>