]> git.ipfire.org Git - thirdparty/mdadm.git/commit - super-ddf.c
ddf: fix bug with error returns.
authorNeilBrown <neilb@suse.de>
Thu, 2 Apr 2009 02:37:34 +0000 (13:37 +1100)
committerNeilBrown <neilb@suse.de>
Thu, 2 Apr 2009 02:37:34 +0000 (13:37 +1100)
commit97320d7ca4a4bba8823d87ca655c4ede4e7b3523
tree950a75ab306db2d94a885865b81baf414381cd08
parent37353437daabcf05eb389782f61b90ae181b8979
ddf: fix bug with error returns.

In some cases we should only print an error message if
'devname' is defined.  In fact we were only returning
the error at all in that case!!

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