2008-02-07 00:37:32

by Roel Kluin

[permalink] [raw]
Subject: [PATCH][drivers/usb/serial/ftdi_sio.c] add missing '|'

add missing '|'

Signed-off-by: Roel Kluin <[email protected]>
---
diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c
index 90dcc62..2173561 100644
--- a/drivers/usb/serial/ftdi_sio.c
+++ b/drivers/usb/serial/ftdi_sio.c
@@ -394,7 +394,7 @@ static const char *ftdi_chip_name[] = {
/* End TIOCMIWAIT */

#define FTDI_IMPL_ASYNC_FLAGS = ( ASYNC_SPD_HI | ASYNC_SPD_VHI \
- ASYNC_SPD_CUST | ASYNC_SPD_SHI | ASYNC_SPD_WARP )
+ | ASYNC_SPD_CUST | ASYNC_SPD_SHI | ASYNC_SPD_WARP )

/* function prototypes for a FTDI serial converter */
static int ftdi_sio_probe (struct usb_serial *serial, const struct usb_device_id *id);


2008-02-07 18:22:18

by Greg KH

[permalink] [raw]
Subject: patch usb-ftdi_sio.c-add-missing.patch added to gregkh-2.6 tree


This is a note to let you know that I've just added the patch titled

Subject: USB: ftdi_sio.c add missing '|'

to my gregkh-2.6 tree. Its filename is

usb-ftdi_sio.c-add-missing.patch

This tree can be found at
http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/


>From [email protected] Thu Feb 7 10:05:29 2008
From: Roel Kluin <[email protected]>
Date: Thu, 07 Feb 2008 01:06:07 +0100
Subject: USB: ftdi_sio.c add missing '|'
To: Greg KH <[email protected]>
Cc: [email protected], [email protected], lkml <[email protected]>
Message-ID: <[email protected]>


add missing '|'

Signed-off-by: Roel Kluin <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
drivers/usb/serial/ftdi_sio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/usb/serial/ftdi_sio.c
+++ b/drivers/usb/serial/ftdi_sio.c
@@ -394,7 +394,7 @@ static const char *ftdi_chip_name[] = {
/* End TIOCMIWAIT */

#define FTDI_IMPL_ASYNC_FLAGS = ( ASYNC_SPD_HI | ASYNC_SPD_VHI \
- ASYNC_SPD_CUST | ASYNC_SPD_SHI | ASYNC_SPD_WARP )
+ | ASYNC_SPD_CUST | ASYNC_SPD_SHI | ASYNC_SPD_WARP )

/* function prototypes for a FTDI serial converter */
static int ftdi_sio_probe (struct usb_serial *serial, const struct usb_device_id *id);


Patches currently in gregkh-2.6 which might be from [email protected] are

usb/usb-ftdi_sio.c-add-missing.patch