Dear Linux folks, `drivers/ata/libata-eh.c` contains int verbose = !(ehc->i.flags & ATA_EHI_QUIET);guarding some log messages, I’d like to see for all controllers/hosts and links/devices.
How can I disable the flag `ATA_EHI_QUIET`? Is that what the module parameter `force` is for? It’d be great if you could give me an example, or point me to the documentation.
Kind regards, Paul