]> git.karo-electronics.de Git - karo-tx-linux.git/commit
md-cluster: don't cast void pointers when assigning them.
authorNeilBrown <neilb@suse.com>
Mon, 19 Oct 2015 04:42:18 +0000 (15:42 +1100)
committerNeilBrown <neilb@suse.com>
Sat, 24 Oct 2015 06:16:18 +0000 (17:16 +1100)
commit2e2a7cd96f5a076db4d4a4bd564652d37dd034c2
treef5e5bd491fbce182a05de75d29c5a204ec02f8b2
parent823815238f5e2bfd3783602ca9c50da9fe41c778
md-cluster: don't cast void pointers when assigning them.

It is common practice in the kernel to leave out this case.
It isn't needed and adds little if any value.

Signed-off-by: NeilBrown <neilb@suse.com>
drivers/md/md-cluster.c