[spibus] add missing break.

Pointy hat to: me
This commit is contained in:
Adrian Chadd 2016-05-26 06:36:58 +00:00
parent f3e8760ff5
commit 63b92359c1
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ spibus_read_ivar(device_t bus, device_t child, int which, uintptr_t *result)
break; break;
case SPIBUS_IVAR_CLOCK: case SPIBUS_IVAR_CLOCK:
*(uint32_t *)result = devi->clock; *(uint32_t *)result = devi->clock;
break;
} }
return (0); return (0);
} }