Re: [PATCH] staging: android: ion: fix sys heap pool's gfp_flags

2019-02-01 Thread Chen Feng
Thanks. On 2019/2/1 14:59, Qing Xia wrote: > In the first loop, gfp_flags will be modified to high_order_gfp_flags, > and there will be no chance to change back to low_order_gfp_flags. > > Fixes: e7f63771 ("ION: Sys_heap: Add cached pool to spead up cached buffer > alloc") > Signed-off-by: Qing

[PATCH -next] drm/hisilicon: Fix return value check in ade_dts_parse()

2016-06-18 Thread Chen Feng
Thanks! On 2016/6/18 2:29, weiyj_lk at 163.com wrote: > From: Wei Yongjun > > In case of error, the function devm_clk_get() returns ERR_PTR() > and never returns NULL. The NULL test in the return value check > should be replaced with IS_ERR(). > > Signed-off-by: Wei Yongju