Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751473AbdGPJez (ORCPT ); Sun, 16 Jul 2017 05:34:55 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:36463 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751275AbdGPJev (ORCPT ); Sun, 16 Jul 2017 05:34:51 -0400 Message-Id: <20170716092820.357163789@gmail.com> User-Agent: quilt/0.65 Date: Sun, 16 Jul 2017 10:28:20 +0100 From: Okash Khawaja To: Greg Kroah-Hartman , Jiri Slaby , Samuel Thibault , Alan Cox , linux-kernel@vger.kernel.org Cc: William Hubbs , Chris Brannon , Kirk Reiser , speakup@linux-speakup.org, devel@driverdev.osuosl.org Subject: [patch v2 0/1] staging: speakup: safely close tty In-Reply-To: <20170712192522.34f65e3b@alans-desktop> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 250 Lines: 9 Hi, Let's deal with the ldisc refcount problem separately. Purpose of this patch is to close tty safely, so I have removed the call to unregister the ldisc. I will follow this up with a separate patch which addresses the ldisc issue. Thanks, Okash