summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun4u/io/sbd.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sun4u/io/sbd.c')
-rw-r--r--usr/src/uts/sun4u/io/sbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/sun4u/io/sbd.c b/usr/src/uts/sun4u/io/sbd.c
index 933dbb5af1..177c16e628 100644
--- a/usr/src/uts/sun4u/io/sbd.c
+++ b/usr/src/uts/sun4u/io/sbd.c
@@ -5131,7 +5131,7 @@ sbd_get_comp_cond(dev_info_t *dip)
}
status_buf = kmem_zalloc(sizeof (char) * OBP_MAXPROPNAME, KM_SLEEP);
- if (ddi_getlongprop_buf(DDI_DEV_T_NONE, dip, DDI_PROP_DONTPASS,
+ if (ddi_getlongprop_buf(DDI_DEV_T_ANY, dip, DDI_PROP_DONTPASS,
(char *)status, status_buf, &len) != DDI_PROP_SUCCESS) {
PR_CPU("status in sbd is unknown\n");
return (SBD_COND_UNKNOWN);