diff options
Diffstat (limited to 'sys/dev/smbus/smb.c')
| -rw-r--r-- | sys/dev/smbus/smb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/smbus/smb.c b/sys/dev/smbus/smb.c index 1272c13cbc4e..b7cfff991afc 100644 --- a/sys/dev/smbus/smb.c +++ b/sys/dev/smbus/smb.c @@ -101,7 +101,7 @@ static struct cdevsw smb_cdevsw = { static void smb_identify(driver_t *driver, device_t parent) { - BUS_ADD_CHILD(parent, 0, "smb", 0); + BUS_ADD_CHILD(parent, 0, "smb", -1); } static int |
