On Thu, Feb 15, 2024 at 04:21:42PM -0600, Ben Cheatham wrote: > On 2/15/24 3:13 PM, Bjorn Helgaas wrote: > >> + rc = cxl_enable_timeout(dev, cxlt); > >> + if (rc) > >> + pci_dbg(dev->port, "Failed to enable CXL.mem timeout: %d\n", > >> + rc); > > > > "(%pe)" (similar in subsequent patches) > > > > I wasn't aware of that, I'll change it. I wasn't either, but I'm getting patches to change them, and it does seem a little bit easier than looking up the errnos when debugging, so ...