Re: [PATCH v2 2/2] reset: Reset controller driver for Intel LGM SoC
From: Dilip Kota <hidden>
Date: 2019-08-26 07:01:43
Also in:
lkml
From: Dilip Kota <hidden>
Date: 2019-08-26 07:01:43
Also in:
lkml
On 8/23/2019 6:09 PM, Philipp Zabel wrote:
On Fri, 2019-08-23 at 17:47 +0800, Dilip Kota wrote: [...]quoted
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.
Agree, will do the same. Regards, Dilip
regards Philipp