Tag: 7defac36db43df73feef44e0f6edc298868ae1ac

staging: dgrp: fix potential NULL defereference issue

Author: Yuanhan Liu <yuanhan.liu@linux.intel.com> Fix a coccinelle warning catched by Fengguang’s 0-DAY system: + drivers/staging/dgrp/dgrp_net_ops.c:1061:11-27: ERROR: nd is NULL but dereferenced. Put the “done:” label a bit down would solve this issue. Cc: Fengguang Wu Cc: Julia Lawall Cc: Greg Kroah-Hartman Signed-off-by: Yuanhan Liu Signed-off-by: Greg Kroah-Hartman — drivers/staging/dgrp/dgrp_net_ops.c | 2 +- 1 file changed, …

Continue reading