Skip to content

Commit

Permalink
[IA64] drivers/char/snsc_event.c:206: warning: unused variable `p'
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Luck <tony.luck@intel.com>
  • Loading branch information
Tony Luck committed May 10, 2007
1 parent 34eac2a commit 3e3d327
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/char/snsc_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 3e3d327

Please sign in to comment.