]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit870b64b286619fb3f84b172a7a7f670c85bf1235
tree9fdd6451287c1eb0396f5ea43ca638f905f50e70
parentad49578ae504910d5cf5818e961e5fd49469700e
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