Signed-off-by: Nathan Hintz <[email protected]> --- /dev/null +++ target/linux/brcm47xx/patches-3.6/243-bcma-change-info-msg-to-err.patch @@ -0,0 +1,11 @@ +--- a/drivers/bcma/driver_chipcommon_sflash.c ++++ b/drivers/bcma/driver_chipcommon_sflash.c +@@ -265,7 +265,7 @@ + } while (ret == -EAGAIN && tries > 0); + + if (ret == -EAGAIN && tries == 0) { +- bcma_info(cc->core->bus, "ST Flash rejected write\n"); ++ bcma_err(cc->core->bus, "ST Flash rejected write\n"); + ret = -EIO; + } + break;
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
