Merge branch 'dsa-lan9303-check-error-value-from-devm_gpiod_get_optional'
authorDavid S. Miller <davem@davemloft.net>
Mon, 15 Jan 2018 18:18:03 +0000 (13:18 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 15 Jan 2018 18:18:03 +0000 (13:18 -0500)
commit2c76b34898e5a202f0acbbfb6a228539eb1de9a9
treeb96ea4095123b0eb4dd2cee6dcf1dade21473ef9
parent9f239fe6a6b9c47b860a577e7334e43464ab7f9e
parentf16891326c1c6e6b0f17f60cb6921a145a13e017
Merge branch 'dsa-lan9303-check-error-value-from-devm_gpiod_get_optional'

Phil Reid says:

====================
net: dsa: lan9303: check error value from devm_gpiod_get_optional()

Errors need to be prograted back from probe.

Note: I have only compile tested the code as I don't have the hardware.
Egil Hjelmeland <privat@egil-hjelmeland.no> has tested it but I haven't
added at Test-by: wasn't in the standard form. Not sure if that's ok or
not.

Changes from v1:
- rebased on net-next
====================

Signed-off-by: David S. Miller <davem@davemloft.net>