VAX780: Fix potentially uninitialized variable reference (COVERITY)

This commit is contained in:
Mark Pizzolato 2017-03-11 09:50:39 -08:00
parent 2d5711961f
commit 44deef9447

View file

@ -300,7 +300,7 @@ struct {
{ 256, "MS780-C M8210 array"},
{ 64, "MS780-C M8211 array"},
{ 0, NULL}};
uint32 i, slot, bd;
uint32 i, slot, bd = 0;
for (i = 0; i < MCTL_NUM; i++) {
uint32 baseaddr = ((mcr_b[i] & MCRB_SA) << 1);