Fix gcc build, initialize off variable.

This commit is contained in:
Andreas Tobler 2014-04-26 19:30:04 +00:00
parent a90f19753f
commit 269aedcff5

View File

@ -1302,6 +1302,7 @@ urtwn_r88e_read_rom(struct urtwn_softc *sc)
uint8_t off, msk, tmp;
int i;
off = 0;
urtwn_efuse_switch_power(sc);
/* Read full ROM image. */