On 12/10/2014 05:38 PM, Rafał Miłecki wrote: > Signed-off-by: Rafał Miłecki <zajec5@xxxxxxxxx> > --- > V2: Replace > char *nvram_var = "gpioXX"; > with > char nvram_var[] = "gpioXX"; > to fix sizeof(). > --- > arch/mips/bcm47xx/bcm47xx_private.h | 4 ++++ > arch/mips/bcm47xx/board.c | 3 +-- > arch/mips/bcm47xx/nvram.c | 25 ++++++++++++++----------- > arch/mips/bcm47xx/prom.c | 3 +-- > arch/mips/bcm47xx/serial.c | 8 ++++---- > arch/mips/bcm47xx/setup.c | 12 ++++++------ > arch/mips/bcm47xx/sprom.c | 8 ++++---- > arch/mips/bcm47xx/time.c | 1 - > 8 files changed, 34 insertions(+), 30 deletions(-) > Acked-by: Hauke Mehrtens <hauke@xxxxxxxxxx> For all 3 patches.