Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932677Ab0HDLZk (ORCPT ); Wed, 4 Aug 2010 07:25:40 -0400 Received: from mail.windriver.com ([147.11.1.11]:33254 "EHLO mail.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932662Ab0HDLZf (ORCPT ); Wed, 4 Aug 2010 07:25:35 -0400 Message-ID: <4C594E13.3000204@windriver.com> Date: Wed, 04 Aug 2010 06:25:07 -0500 From: Jason Wessel User-Agent: Thunderbird 2.0.0.24 (X11/20100411) MIME-Version: 1.0 To: Dmitry Torokhov CC: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Benjamin Herrenschmidt , David Airlie , David Miller , Fenghua Yu , Greg Kroah-Hartman , Martin Schwidefsky , Russell King , Tony Luck Subject: Re: [PATCH 2/3] Input: sysrq - drop tty argument form handle_sysrq() References: <20100804075602.30647.91462.stgit@localhost.localdomain> <20100804075906.30647.97136.stgit@localhost.localdomain> In-Reply-To: <20100804075906.30647.97136.stgit@localhost.localdomain> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 04 Aug 2010 11:25:09.0597 (UTC) FILETIME=[B278F0D0:01CB33C7] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 684 Lines: 18 On 08/04/2010 02:59 AM, Dmitry Torokhov wrote: > Sysrq operations do not accept tty argument anymore so no need to pass > it to us. > > Signed-off-by: Dmitry Torokhov > Looks fine to me. The kernel debugger was passing NULL anyway because A) it was not going to be easy to figure out the tty at the time, and B) the sysrq was not using the tty at the lowest level. Acked-by: Jason Wessel -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/