Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3e3d32770204ea24cf71919a90d9ccfc2bd407dd
Commit:     3e3d32770204ea24cf71919a90d9ccfc2bd407dd
Parent:     34eac2abcba1c07c47bfff86701a4f80f5553fa6
Author:     Tony Luck <[EMAIL PROTECTED]>
AuthorDate: Thu May 10 13:23:05 2007 -0700
Committer:  Tony Luck <[EMAIL PROTECTED]>
CommitDate: Thu May 10 13:23:05 2007 -0700

    [IA64] drivers/char/snsc_event.c:206: warning: unused variable `p'
    
    Signed-off-by: Tony Luck <[EMAIL PROTECTED]>
---
 drivers/char/snsc_event.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/char/snsc_event.c b/drivers/char/snsc_event.c
index 2f56e8c..1b75b0b 100644
--- a/drivers/char/snsc_event.c
+++ b/drivers/char/snsc_event.c
@@ -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;
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to