[GIT PULL] DeviceTree fixes for 4.13

From: Rob Herring
Date: Fri Jul 28 2017 - 18:52:49 EST


Linus,

Please pull 2 small DT fixes for 4.13.

Rob

The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:

Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
tags/devicetree-fixes-for-4.13

for you to fetch changes up to 531da74075a7805768ce3cd323e37e3548cbf6c5:

of: irq: fix of_irq_to_resource() error check (2017-07-21 16:58:55 -0500)

----------------------------------------------------------------
DeviceTree fixes for 4.13:

- Fix error handling in of_irq_to_resource_table() due to
of_irq_to_resource() error return changes.

- Fix dtx_diff script due to dts include path changes.

----------------------------------------------------------------
Frank Rowand (1):
scripts/dtc: dtx_diff - update include dts paths to match build

Sergei Shtylyov (1):
of: irq: fix of_irq_to_resource() error check

drivers/of/irq.c | 2 +-
scripts/dtc/dtx_diff | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)