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)
commite8488d08586e6df7fab3db7881631bb13619311b
tree9fdd6451287c1eb0396f5ea43ca638f905f50e70
parent7ff14a36159d947872870e7a3e9dcaebc46b23eb
dm table: drop void suspend_targets return

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>
drivers/md/dm-table.c