Re: [PATCH 2/3] Input: sysrq - drop tty argument form handle_sysrq()
From: Jason Wessel <jason.wessel@windriver.com>
Date: 2010-08-04 11:25:40
Also in:
lkml
From: Jason Wessel <jason.wessel@windriver.com>
Date: 2010-08-04 11:25:40
Also in:
lkml
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 <redacted>
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 <jason.wessel@windriver.com>