diff options
author | Peter Zijlstra <peterz@infradead.org> | 2022-03-04 16:19:55 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-03-15 18:20:34 +0100 |
commit | b0ae33a2d2fb6c55117b377ec4ae3f2c84eab6a2 (patch) | |
tree | 8c4b7aa8ce9458614fdf1c333fa301f7b4ba79ed /include/linux/usb/xhci-dbgp.h | |
parent | 69f8aeab437c6bae1394673154917e0a218edb44 (diff) |
usb: early: xhci-dbc: Remove duplicate keep parsing
The generic earlyprintk= parsing already parses the optional ",keep",
no need to duplicate that in the xdbc driver.
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20220304152135.975568860@infradead.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/usb/xhci-dbgp.h')
-rw-r--r-- | include/linux/usb/xhci-dbgp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb/xhci-dbgp.h b/include/linux/usb/xhci-dbgp.h index 0a37f1283bf0..01fe768873f9 100644 --- a/include/linux/usb/xhci-dbgp.h +++ b/include/linux/usb/xhci-dbgp.h @@ -15,7 +15,7 @@ #define __LINUX_XHCI_DBGP_H #ifdef CONFIG_EARLY_PRINTK_USB_XDBC -int __init early_xdbc_parse_parameter(char *s); +int __init early_xdbc_parse_parameter(char *s, int keep_early); int __init early_xdbc_setup_hardware(void); void __init early_xdbc_register_console(void); #else |