Deleted Added
full compact
32c32
< __FBSDID("$FreeBSD: head/sys/dev/ath/if_ath_ahb.c 221163 2011-04-28 12:47:40Z adrian $");
---
> __FBSDID("$FreeBSD: head/sys/dev/ath/if_ath_ahb.c 223032 2011-06-13 04:31:57Z adrian $");
126c126
< if (psc->sc_sr == NULL) {
---
> if (psc->sc_eeprom == NULL) {
141a142,145
> if (sc->sc_eepromdata == NULL) {
> device_printf(dev, "cannot allocate memory for eeprom data\n");
> goto bad1;
> }