You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[PATCH] safe_serial: use preprocessor directive for error
Use valid #preprocessor instruction to generate an error. Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> drivers/usb/serial/safe_serial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
ddcad752f2
commit
521daed8db
@@ -92,7 +92,7 @@ MODULE_DESCRIPTION (DRIVER_DESC);
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
#if defined(CONFIG_USBD_SAFE_SERIAL_VENDOR) && !defined(CONFIG_USBD_SAFE_SERIAL_PRODUCT)
|
||||
#abort "SAFE_SERIAL_VENDOR defined without SAFE_SERIAL_PRODUCT"
|
||||
#error "SAFE_SERIAL_VENDOR defined without SAFE_SERIAL_PRODUCT"
|
||||
#endif
|
||||
|
||||
#if ! defined(CONFIG_USBD_SAFE_SERIAL_VENDOR)
|
||||
|
||||
Reference in New Issue
Block a user