async_tx: use LIST_HEAD instead of LIST_HEAD_INIT
authorDenis Cheng <crquan@gmail.com>
Sun, 3 Feb 2008 02:29:58 +0000 (19:29 -0700)
committerDan Williams <dan.j.williams@intel.com>
Wed, 6 Feb 2008 17:12:17 +0000 (10:12 -0700)
commitcf8f68aa76e8e12f9dcbba3ffe61fb9f2a3a0c2b
treef53fa3040cfd8fcc47eb8aaed60a0a79181cd9b2
parent1367a3d310afc1ce758c8b94a0dc77834b4494a0
async_tx: use LIST_HEAD instead of LIST_HEAD_INIT

single list_head variable initialized with LIST_HEAD_INIT could almost
always can be replaced with LIST_HEAD declaration, this shrinks the code
and looks better.

Signed-off-by: Denis Cheng <crquan@gmail.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
crypto/async_tx/async_tx.c