* [PATCH v2 4/4] usb: serial: remove unused function for F81232
@ 2015-01-21 10:30 Peter Hung
2015-01-21 11:55 ` Sergei Shtylyov
0 siblings, 1 reply; 2+ messages in thread
From: Peter Hung @ 2015-01-21 10:30 UTC (permalink / raw)
To: johan; +Cc: gregkh, linux-usb, linux-kernel, tom_tsai, peter_hong, Peter Hung
remove unused function set_line_control
Signed-off-by: Peter Hung <hpeter+linux_kernel@gmail.com>
---
drivers/usb/serial/f81232.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/drivers/usb/serial/f81232.c b/drivers/usb/serial/f81232.c
index 9a54f56..11a236b 100644
--- a/drivers/usb/serial/f81232.c
+++ b/drivers/usb/serial/f81232.c
@@ -323,13 +323,6 @@ static void f81232_process_read_urb(struct urb *urb)
tty_flip_buffer_push(&port->port);
}
-
-}
-
-static int set_control_lines(struct usb_device *dev, u8 value)
-{
- /* FIXME - Stubbed out for now */
- return 0;
}
static void f81232_break_ctl(struct tty_struct *tty, int break_state)
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2 4/4] usb: serial: remove unused function for F81232
2015-01-21 10:30 [PATCH v2 4/4] usb: serial: remove unused function for F81232 Peter Hung
@ 2015-01-21 11:55 ` Sergei Shtylyov
0 siblings, 0 replies; 2+ messages in thread
From: Sergei Shtylyov @ 2015-01-21 11:55 UTC (permalink / raw)
To: Peter Hung, johan
Cc: gregkh, linux-usb, linux-kernel, tom_tsai, peter_hong, Peter Hung
Hello.
On 1/21/2015 1:30 PM, Peter Hung wrote:
> remove unused function set_line_control
The source says set_control_lines().
> Signed-off-by: Peter Hung <hpeter+linux_kernel@gmail.com>
> ---
> drivers/usb/serial/f81232.c | 7 -------
> 1 file changed, 7 deletions(-)
> diff --git a/drivers/usb/serial/f81232.c b/drivers/usb/serial/f81232.c
> index 9a54f56..11a236b 100644
> --- a/drivers/usb/serial/f81232.c
> +++ b/drivers/usb/serial/f81232.c
> @@ -323,13 +323,6 @@ static void f81232_process_read_urb(struct urb *urb)
> tty_flip_buffer_push(&port->port);
> }
>
> -
> -}
> -
> -static int set_control_lines(struct usb_device *dev, u8 value)
> -{
> - /* FIXME - Stubbed out for now */
> - return 0;
> }
>
> static void f81232_break_ctl(struct tty_struct *tty, int break_state)
WBR, Sergei
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-21 11:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-21 10:30 [PATCH v2 4/4] usb: serial: remove unused function for F81232 Peter Hung
2015-01-21 11:55 ` Sergei Shtylyov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox