Re: [PATCH v2] p54: Fix an error handling path in p54spi_probe()

From: Johannes Berg
Date: Wed Jun 15 2022 - 17:12:35 EST


On Wed, 2022-06-15 at 23:03 +0200, Christian Lamparter wrote:
>
> A driver usually loads the firmware in .probe(). It stays around because
> of .suspend()+.resume()
>

Does it, though? the firmware cache thing is a bit odd, it sometimes
seems to me that it only re-requests/loads the firmware when suspending,
and drops the cache when resumed, just in case it's requested inbetween.

johannes