From: Wang Sheng-Hui Date: Fri, 1 Mar 2013 22:45:45 +0000 (+0000) Subject: dm table: remove superfluous variable reset X-Git-Tag: v3.9-rc1~19^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2ce70a119f844225c10f133f8b957d540027b0f;p=pandora-kernel.git dm table: remove superfluous variable reset If allocation fails, the local var *t is not used any more after kfree. Don't need to reset it to NULL. Remove the unnecesary NULL set here. Signed-off-by: Wang Sheng-Hui Signed-off-by: Alasdair G Kergon --- Reading git-diff-tree failed