]> git.ipfire.org Git - thirdparty/mdadm.git/commit
super-intel: Make print_found_intel_controllers() return void
authorJes Sorensen <Jes.Sorensen@redhat.com>
Wed, 9 Mar 2016 16:25:16 +0000 (11:25 -0500)
committerJes Sorensen <Jes.Sorensen@redhat.com>
Wed, 9 Mar 2016 16:35:34 +0000 (11:35 -0500)
commita0abe1e66724d1bdd9cc34994953eeda6f3aab2a
tree29dbee0657618b8d27315385d32e7ff9a5fbc75a
parent4b3eb4d2c5fd4c8eb3ad31fa494d243a886a9702
super-intel: Make print_found_intel_controllers() return void

The return value from print_found_intel_controllers() is never used,
so lets make it return void.

Reported-by: NeilBrown <neilb@suse.com>
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
super-intel.c