From: Haiyang Zhang Date: Fri, 23 Oct 2009 18:14:24 +0000 (+0000) Subject: Staging: hv: Fix null pointer error after vmbus loading X-Git-Tag: v2.6.32-rc6~21^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bb40a25b26ef7e2c4fb79ce430de2b9f836527f;p=pandora-kernel.git Staging: hv: Fix null pointer error after vmbus loading Fix null pointer error after vmbus loading. Remove code that checks for dev_name, the affected structure is kzalloc-ed prior to this routine, so it is always null at this stage. Signed-off-by: Hank Janssen Signed-off-by: Haiyang Zhang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed