https://gitlab.com/xen-project/xen/-/jobs/
3083068950#L1763
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Fixes: 022e40edd4dc ("drivers/char: allow using both dbgp=xhci and dbgp=ehci")
Reviewed-by: Jan Beulich <jbeulich@suse.com>
Release-acked-by: Henry Wang <Henry.Wang@arm.com>
static char __initdata opt_dbgp[30];
-static int __init parse_ehci_dbgp(const char *opt)
+static int __init cf_check parse_ehci_dbgp(const char *opt)
{
if ( strncmp(opt, "ehci", 4) )
return 0;
static struct dbc_dma_bufs __section(".bss.page_aligned") __aligned(PAGE_SIZE)
dbc_dma_bufs;
-static int __init xhci_parse_dbgp(const char *opt_dbgp)
+static int __init cf_check xhci_parse_dbgp(const char *opt_dbgp)
{
struct dbc_uart *uart = &dbc_uart;
struct dbc *dbc = &uart->dbc;