Re: [PATCH v6 2/7] drm/tyr: add a generic slot manager

From: Alice Ryhl

Date: Fri Jul 10 2026 - 09:23:14 EST


On Thu, Jul 09, 2026 at 02:36:42PM -0700, Deborah Brouwer wrote:

> + None => {
> + pr_err!(
> + "Slot allocation failed: all {} slots in use\n",
> + self.slot_count
> + );
> + Err(EBUSY)

This branch seems like something that can happen in normal execution, so
I don't believe we should print anything here.

Alice