Commit 3e3d3277 authored by Tony Luck's avatar Tony Luck

[IA64] drivers/char/snsc_event.c:206: warning: unused variable `p'

Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 34eac2ab
......@@ -203,8 +203,6 @@ scdrv_dispatch_event(char *event, int len)
class = (code & EV_CLASS_MASK);
if (class == EV_CLASS_PWRD_NOTIFY || code == ENV_PWRDN_PEND) {
struct task_struct *p;
if (snsc_shutting_down)
return;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment