Re: [PATCH] net: ibm: emac: remove unused sysrq handler for 'c' key

2017-04-05 Thread David Miller
From: Eric Biggers Date: Mon, 3 Apr 2017 22:50:20 -0700 > From: Eric Biggers > > Since commit d6580a9f1523 ("kexec: sysrq: simplify sysrq-c handler"), > the sysrq handler for the 'c' key has been sysrq_crash_op. Debugging > code in the ibm_emac driver also tries to register a handler for the

[PATCH] net: ibm: emac: remove unused sysrq handler for 'c' key

2017-04-03 Thread Eric Biggers
From: Eric Biggers Since commit d6580a9f1523 ("kexec: sysrq: simplify sysrq-c handler"), the sysrq handler for the 'c' key has been sysrq_crash_op. Debugging code in the ibm_emac driver also tries to register a handler for the 'c' key, but this has no effect because register_sysrq_key() doesn't