Fix another hwh status case
--- diff/drivers/md/dm-mpath.c	2004-10-29 17:37:49.000000000 +0100
+++ source/drivers/md/dm-mpath.c	2004-10-29 17:37:27.000000000 +0100
@@ -872,7 +872,7 @@
 
 	if (hwh->type && hwh->type->status)
 		sz += hwh->type->status(hwh, type, result + sz, maxlen - sz);
-	else if (type == STATUSTYPE_INFO)
+	else if (!hwh->type || type == STATUSTYPE_INFO)
 		DMEMIT("0 ");
 	else
 		DMEMIT("1 %s ", hwh->type->name);
