mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
mm/swap_slots.c: remove redundant NULL check
Fix below warnings reported by coccicheck: mm/swap_slots.c:197:3-9: WARNING: NULL check before some freeing functions is not needed. Link: https://lkml.kernel.org/r/1611214229-11225-1-git-send-email-abaci-bugfix@linux.alibaba.com Signed-off-by: Yang Li <abaci-bugfix@linux.alibaba.com> Reported-by: Abaci Robot <abaci@linux.alibaba.com> Reviewed-by: Andrew Morton <akpm@linux-foundation.org> Reviewed-by: David Hildenbrand <david@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
6986c3e2b1
commit
191a7221b7
@ -193,7 +193,6 @@ static void drain_slots_cache_cpu(unsigned int cpu, unsigned int type,
|
||||
cache->slots_ret = NULL;
|
||||
}
|
||||
spin_unlock_irq(&cache->free_lock);
|
||||
if (slots)
|
||||
kvfree(slots);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user