Re: [PATCH v2 2/2] reset: Reset controller driver for Intel LGM SoC
From: Philipp Zabel <p.zabel@pengutronix.de>
Date: 2019-08-23 10:09:55
Also in:
lkml
From: Philipp Zabel <p.zabel@pengutronix.de>
Date: 2019-08-23 10:09:55
Also in:
lkml
On Fri, 2019-08-23 at 17:47 +0800, Dilip Kota wrote: [...]
Thanks for pointing it out. Reset is not supported on LGM platform. I will update the reset_device() definition to "return -EOPNOTSUPP"
In that case you can just drop intel_reset_device() completely, the core checks whether ops->reset is set before trying to call it. regards Philipp