From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 972E6C04ABB for ; Thu, 13 Sep 2018 11:59:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 440A720861 for ; Thu, 13 Sep 2018 11:59:09 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 440A720861 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727772AbeIMRIP (ORCPT ); Thu, 13 Sep 2018 13:08:15 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:42594 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727348AbeIMRIP (ORCPT ); Thu, 13 Sep 2018 13:08:15 -0400 Received: from localhost (ip-213-127-77-73.ip.prioritytelecom.net [213.127.77.73]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id DEE8CC9B; Thu, 13 Sep 2018 11:59:05 +0000 (UTC) Date: Thu, 13 Sep 2018 13:59:03 +0200 From: Greg Kroah-Hartman To: Al Viro Cc: Arnd Bergmann , linux-kernel@vger.kernel.org Subject: Re: [PATCH 41/50] dgnc: break-related ioctls won't reach ->ioctl() Message-ID: <20180913115903.GA2268@kroah.com> References: <20180913023119.GQ19965@ZenIV.linux.org.uk> <20180913024049.24567-1-viro@ZenIV.linux.org.uk> <20180913024049.24567-41-viro@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180913024049.24567-41-viro@ZenIV.linux.org.uk> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 13, 2018 at 03:40:40AM +0100, Al Viro wrote: > From: Al Viro > > kill the dead code, especially since ->break_ctl() will do the > right thing anyway. > > Signed-off-by: Al Viro > --- > drivers/staging/dgnc/dgnc_tty.c | 75 ----------------------------------------- > 1 file changed, 75 deletions(-) Like I mentioned on IRC, this driver really just needs to be deleted soon. But your patch here is fine, thanks for it, no objections from me. greg k-h