commit | d2ce70a119f844225c10f133f8b957d540027b0f | [log] [tgz] |
---|---|---|
author | Wang Sheng-Hui <shhuiw@gmail.com> | Fri Mar 01 22:45:45 2013 +0000 |
committer | Alasdair G Kergon <agk@redhat.com> | Fri Mar 01 22:45:45 2013 +0000 |
tree | 3a2cad94248674b3115dbefa49eeab07e3f5888f | |
parent | f13945d75730081830b6f3360266950e2b7c9067 [diff] |
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 <shhuiw@gmail.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>