dm table: drop void suspend_targets return
authorAdrian Bunk <bunk@kernel.org>
Thu, 24 Apr 2008 21:10:51 +0000 (22:10 +0100)
committerAlasdair G Kergon <agk@redhat.com>
Fri, 25 Apr 2008 12:26:59 +0000 (13:26 +0100)
void returning functions returned the return value of another void
returning function...

Spotted by sparse.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>

No differences found