]> git.ipfire.org Git - thirdparty/mdadm.git/commit - super-intel.c
Make find_intel_hba_capability less verbose.
authorNeilBrown <neilb@suse.de>
Thu, 10 Mar 2011 03:53:30 +0000 (14:53 +1100)
committerNeilBrown <neilb@suse.de>
Thu, 10 Mar 2011 03:53:30 +0000 (14:53 +1100)
commitd424212ed9c8d1ff95dca3c35177560baddf6a77
tree32ab4368866f296602893b34e218a642d0122183
parentd0bc5190d77a60ac4971601469bbdad6803b8b56
Make find_intel_hba_capability less verbose.

mdadm has a convention in some areas of passing a device name
if error messages about it are interesting, or NULL if not.

Follow this convention with find_intel_hba_capability so that it
doesn't complain when not appropriate - and so that it doesn't
have to go and find a device name that it wasn't given.

Signed-off-by: NeilBrown <neilb@suse.de>
super-intel.c