mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00: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:
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)
|
||||
|
Loading…
Reference in New Issue
Block a user