Commit 3aec6e26 authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Greg Kroah-Hartman

USB: Typo: "USB_SAFE_PADDED" -> "USB_SERIAL_SAFE_PADDED".

Fix typo in safe_serial.c to match the actual CONFIG variable.
Signed-off-by: default avatarRobert P. J. Day <rpjday@mindspring.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 88e45dbb
...@@ -74,13 +74,13 @@ ...@@ -74,13 +74,13 @@
#include <linux/usb/serial.h> #include <linux/usb/serial.h>
#ifndef CONFIG_USB_SAFE_PADDED #ifndef CONFIG_USB_SERIAL_SAFE_PADDED
#define CONFIG_USB_SAFE_PADDED 0 #define CONFIG_USB_SERIAL_SAFE_PADDED 0
#endif #endif
static int debug; static int debug;
static int safe = 1; static int safe = 1;
static int padded = CONFIG_USB_SAFE_PADDED; static int padded = CONFIG_USB_SERIAL_SAFE_PADDED;
#define DRIVER_VERSION "v0.0b" #define DRIVER_VERSION "v0.0b"
#define DRIVER_AUTHOR "sl@lineo.com, tbr@lineo.com" #define DRIVER_AUTHOR "sl@lineo.com, tbr@lineo.com"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment