X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=memory.c;h=6cf7333375d035dd6eb36526eb338f355f310e78;hb=aa9f26276e1961fab2d33e188f5a2432360c9c14;hp=04dc3be8bfda1b312298591bff312d8d2b39912a;hpb=e6fe02651641fc64d2fa4fcfe9b1013b2947d11b;p=fio.git diff --git a/memory.c b/memory.c index 04dc3be8..6cf73333 100644 --- a/memory.c +++ b/memory.c @@ -1,11 +1,10 @@ /* * Memory helpers */ -#include -#include #include #include #include +#include #include "fio.h" #ifndef FIO_NO_HAVE_SHM_H @@ -275,7 +274,7 @@ static int alloc_mem_cudamalloc(struct thread_data *td, size_t total_mem) static void free_mem_cudamalloc(struct thread_data *td) { #ifdef CONFIG_CUDA - if (td->dev_mem_ptr != NULL) + if (td->dev_mem_ptr) cuMemFree(td->dev_mem_ptr); if (cuCtxDestroy(td->cu_ctx) != CUDA_SUCCESS)