On Thu, Dec 11, 2025 at 06:15:05PM +0100, Uwe Kleine-König wrote:
The tee bus got dedicated callbacks for probe and remove. Make use of these. This fixes a runtime warning about the driver needing to be converted to the bus methods. Note that the return value of .remove() was already ignored before, so there is no problem introduced by dropping the error returns.
Reviewed-by: Sudeep Holla sudeep.holla@arm.com