kernel: bgmac: move other bgmac patches to generic
[oweals/openwrt.git] / target / linux / brcm47xx / patches-3.10 / 261-MIPS-BCM47XX-print-board-name-in-proc-cpuinfo.patch
index abfa4004f241f191e51e4932d6e7fc8fc04c708d..63874552d6983d7690666a56997faa27192d121b 100644 (file)
@@ -25,7 +25,7 @@
  const char *get_system_type(void)
  {
 -      return "Broadcom BCM47XX";
-+      static char buf[128];
++      static char buf[50];
 +      u16 chip_id = get_chip_id();
 +
 +      snprintf(buf, sizeof(buf),