diff options
Diffstat (limited to 'drivers/usb/serial/safe_serial.c')
| -rw-r--r-- | drivers/usb/serial/safe_serial.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/drivers/usb/serial/safe_serial.c b/drivers/usb/serial/safe_serial.c index 86899d55d8d8..51669b7622bb 100644 --- a/drivers/usb/serial/safe_serial.c +++ b/drivers/usb/serial/safe_serial.c | |||
| @@ -74,13 +74,13 @@ | |||
| 74 | #include <linux/usb/serial.h> | 74 | #include <linux/usb/serial.h> | 
| 75 | 75 | ||
| 76 | 76 | ||
| 77 | #ifndef CONFIG_USB_SAFE_PADDED | 77 | #ifndef CONFIG_USB_SERIAL_SAFE_PADDED | 
| 78 | #define CONFIG_USB_SAFE_PADDED 0 | 78 | #define CONFIG_USB_SERIAL_SAFE_PADDED 0 | 
| 79 | #endif | 79 | #endif | 
| 80 | 80 | ||
| 81 | static int debug; | 81 | static int debug; | 
| 82 | static int safe = 1; | 82 | static int safe = 1; | 
| 83 | static int padded = CONFIG_USB_SAFE_PADDED; | 83 | static int padded = CONFIG_USB_SERIAL_SAFE_PADDED; | 
| 84 | 84 | ||
| 85 | #define DRIVER_VERSION "v0.0b" | 85 | #define DRIVER_VERSION "v0.0b" | 
| 86 | #define DRIVER_AUTHOR "sl@lineo.com, tbr@lineo.com" | 86 | #define DRIVER_AUTHOR "sl@lineo.com, tbr@lineo.com" | 
