[OpenWrt-Devel] [PATCH 12/23] ar71xx: refresh 451-gpio-74x164-improve-platform-device-support.patch
John Crispin
john at phrozen.org
Sat Jul 26 02:30:58 EDT 2014
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 at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list