Re: [PATCH 26/31] gpu: nova-core: refactor SEC2 booter loading into run_booter() helper
From: Timur Tabi
Date: Wed Dec 03 2025 - 15:53:14 EST
On Tue, 2025-12-02 at 21:59 -0800, John Hubbard wrote:
> + )?;
> + dev_dbg!(dev, "SEC2 MBOX0: {:#x}, MBOX1{:#x}\n", mbox0, mbox1);
While you're at it, can you fix this print string? It should be "MBOX1: {:#x}"