]> Git Repo - linux.git/commit - mm/zsmalloc.c
zsmalloc: replace IS_ERR() with IS_ERR_VALUE()
authorDeming Wang <[email protected]>
Fri, 4 Nov 2022 02:38:18 +0000 (22:38 -0400)
committerAndrew Morton <[email protected]>
Wed, 30 Nov 2022 23:58:46 +0000 (15:58 -0800)
commit65917b538bcc4d8c0d8e199a6f7b7426acf13d58
treefb3e5147bb65266e840c42a81804678828eefffd
parent15520a3f046998e3f57e695743e99b0875e2dae7
zsmalloc: replace IS_ERR() with IS_ERR_VALUE()

Avoid typecasts that are needed for IS_ERR() and use IS_ERR_VALUE()
instead.

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Deming Wang <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
mm/zsmalloc.c
This page took 0.040647 seconds and 4 git commands to generate.