Re: [PATCH 2/5] USB : serial : get protected tty in handle_dcd_change.

2013-09-09 Thread Sergei Shtylyov
Hello. On 09/09/2013 08:01 PM, Paul Chavent wrote: This patch depends on 72df17e... (PATCH 1). You don't need to say that when you publish the patches as a series. It's assumed. It restores the retreiving of a protected instance of tty. As opposed to the serialcore.c dcd_change implem

[PATCH 2/5] USB : serial : get protected tty in handle_dcd_change.

2013-09-09 Thread Paul Chavent
This patch depends on 72df17e... (PATCH 1). It restores the retreiving of a protected instance of tty. As opposed to the serialcore.c dcd_change implementation, the callers of dcd_change used to get protected tty instance. Signed-off-by: Paul Chavent --- drivers/usb/serial/generic.c | 4 +++- 1