ar71xx: add initial support for 3.2
[openwrt.git] / target / linux / ixp4xx / patches-2.6.32 / 190-cambria_support.patch
index c3791c6..6753451 100644 (file)
 +static struct cambria_board_info * __init cambria_find_board_info(char *model)
 +{
 +      int i;
++      model[6] = '\0';
 +
 +      for (i = 0; i < ARRAY_SIZE(cambria_boards); i++) {
 +              struct cambria_board_info *info = &cambria_boards[i];
 +
 +static struct memory_accessor *at24_mem_acc;
 +
-+static int at24_setup(struct memory_accessor *mem_acc, void *context)
++static void at24_setup(struct memory_accessor *mem_acc, void *context)
 +{
 +      char mac_addr[ETH_ALEN];
-+      char model[6];
++      char model[7];
 +
 +      at24_mem_acc = mem_acc;
 +
 +              cambria_info = cambria_find_board_info(model);
 +      }
 +
-+      return 0;
 +}
 +
 +static struct at24_platform_data cambria_eeprom_info = {
This page took 0.025434 seconds and 4 git commands to generate.