Apply PTR_ERR to the value that was recently assigned. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression x,y; @@ if (IS_ERR(x) || ...) { ... when any when != IS_ERR(...) ( PTR_ERR(x) | * PTR_ERR(y) ) ... when any } // </smpl> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Mark Brown <broonie@kernel.org> |
||
|---|---|---|
| .. | ||
| apq8016_sbc.c | ||
| Kconfig | ||
| lpass-apq8016.c | ||
| lpass-cpu.c | ||
| lpass-ipq806x.c | ||
| lpass-lpaif-reg.h | ||
| lpass-platform.c | ||
| lpass.h | ||
| Makefile | ||
| storm.c | ||