From: Yuanhan Liu Date: Mon, 29 Oct 2012 05:50:37 +0000 (+0800) Subject: staging: dgrp: fix potential NULL defereference issue X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~897 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7defac36db43df73feef44e0f6edc298868ae1ac;p=pandora-kernel.git staging: dgrp: fix potential NULL defereference issue 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 --- Reading git-diff-tree failed