From: Bill Pemberton Date: Mon, 3 May 2010 21:50:45 +0000 (-0400) Subject: Staging: hv: move ASSERT(scmnd) to a more useful location X-Git-Tag: v2.6.35-rc1~441^2^2~256 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8566ea7c6f9660623a6f04bc73431f761dee32c7;p=pandora-kernel.git Staging: hv: move ASSERT(scmnd) to a more useful location There's not much point to make sure scmnd is not NULL after an assert that would dereference scmnd. The ASSERT()'s should be removed, but until they are at least they at least can be in the right order. Signed-off-by: Bill Pemberton Cc: Hank Janssen Cc: Haiyang Zhang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed