atheros: use NULL instead of plain integer
authorJohn Crispin <john@openwrt.org>
Fri, 12 Sep 2014 06:51:05 +0000 (06:51 +0000)
committerJohn Crispin <john@openwrt.org>
Fri, 12 Sep 2014 06:51:05 +0000 (06:51 +0000)
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 42484

target/linux/atheros/patches-3.14/100-board.patch

index 383ffa3ef89180248cb5f319d8391d688d826758..c60c9e374000568a7edee12f1701a34e5f132ee1 100644 (file)
 +
 +      if (!found) {
 +              pr_warn("WARNING: Could not find Radio Configuration data\n");
-+              radio_config = 0;
++              radio_config = NULL;
 +      }
 +
 +      return radio_config;