On Fri, Feb 07, 2025 at 01:06:41PM +0000, Jonathan Cameron wrote: > > enum { > > FWCTL_CMD_BASE = 0, > > + FWCTL_CMD_INFO = 0, > > + FWCTL_CMD_RPC = 1, > > Trivial but in theory should perhaps leave RPC for patch 5? Yeah, I think it is a rebasing error Thanks, Jason