atheros: use NULL instead of plain integer
[openwrt.git] / target / linux / atheros / patches-3.14 / 100-board.patch
index 383ffa3..c60c9e3 100644 (file)
 +
 +      if (!found) {
 +              pr_warn("WARNING: Could not find Radio Configuration data\n");
-+              radio_config = 0;
++              radio_config = NULL;
 +      }
 +
 +      return radio_config;