On Thu, Oct 27, 2022 at 08:04:17AM -0700, Keith Busch wrote: >From: Keith Busch > >The driver is spamming the kernel logs for entirely harmless errors from >user space submitting unsupported commands. Just silence the errors. >The application has direct access to command status, so there's no need >to log these. > >And since every passthrough command wants the quiet flag, move the >setting to every user's common initializer. > >Cc: Daniel Wagner >Cc: Alan Adamson >Signed-off-by: Keith Busch >--- >v1->v2: > > Set the quiet flag in the common initializer instead of open coding > the flag for each path. now open coding can be removed in pci.c too. That is still being done at two places. With those changes in - Reviewed-by: Kanchan Joshi