commit | 1f2c999bbca31c1f0bbbe69a75f3489f60cce05d | [log] [tgz] |
---|---|---|
author | Oded Gabbay <oded.gabbay@gmail.com> | Thu May 09 01:47:01 2019 +0300 |
committer | Oded Gabbay <oded.gabbay@gmail.com> | Thu May 09 01:47:01 2019 +0300 |
tree | 9a625063b4fee2cb17d46ecc639842459c86f183 | |
parent | cbe722e41684930c485fd09a161de44e444731f6 [diff] |
habanalabs: remove redundant memory clear The driver allocates memory for fence object with GFP_ZERO flag, so there is no need to explicitly write 0 to the allocated object after the allocation. Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>