From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932471AbcIKVP7 (ORCPT ); Sun, 11 Sep 2016 17:15:59 -0400 Received: from lxorguk.ukuu.org.uk ([81.2.110.251]:57922 "EHLO lxorguk.ukuu.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932205AbcIKVP4 (ORCPT ); Sun, 11 Sep 2016 17:15:56 -0400 Date: Sun, 11 Sep 2016 22:15:37 +0100 From: One Thousand Gnomes To: Rob Herring Cc: Alan Cox , Greg Kroah-Hartman , Jiri Slaby , Peter Hurley , linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org Subject: Re: [PATCH 3/9] tty: move hw_stopped flag to tty_port Message-ID: <20160911221537.34c14cdc@lxorguk.ukuu.org.uk> In-Reply-To: <20160909223711.26238-4-robh@kernel.org> References: <20160909223711.26238-1-robh@kernel.org> <20160909223711.26238-4-robh@kernel.org> Organization: Intel Corporation X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 9 Sep 2016 17:37:04 -0500 Rob Herring wrote: > hw_stopped is a property of the tty port rather than the tty, so move it > to tty_port struct and remove another dependency on tty_struct from > drivers. > > Converted with coccinelle: This one makes sense. It's moving the object to the right place Acked-by: Alan Cox