On 26/07/2014 04:48, Zhao, Gang wrote: > -- if (!spi->dev.of_node) { -- dev_err(&spi->dev, "No device > tree > data available.\n"); + pdata = spi->dev.platform_data; + np = > spi->dev.of_node; + + if (!np && !pdata) { + dev_err(&spi->dev, > "No configuration data available.\n");
Hi, these patches are not refreshes but you actually change the code path. please resend the whole series with proper annotations inside the various patch descriptions and subjects. John _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel