public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] aty128fb: remove unused variable 'pwr_command'
@ 2009-02-21 22:43 Hannes Eder
       [not found] ` <a669f14b0902212232q7c05a9bbke01b88ecee7debf@mail.gmail.com>
  0 siblings, 1 reply; 4+ messages in thread
From: Hannes Eder @ 2009-02-21 22:43 UTC (permalink / raw)
  To: trivial; +Cc: kernel-janitors, linux-kernel

Fix this warning:
  drivers/video/aty/aty128fb.c:2368: warning: unused variable 'pwr_command'

Signed-off-by: Hannes Eder <hannes@hanneseder.net>
---
 drivers/video/aty/aty128fb.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/video/aty/aty128fb.c b/drivers/video/aty/aty128fb.c
index ea5b193..e912258 100644
--- a/drivers/video/aty/aty128fb.c
+++ b/drivers/video/aty/aty128fb.c
@@ -2365,7 +2365,6 @@ static void fbcon_aty128_bmove(struct display *p, int sy, int sx, int dy, int dx
 static void aty128_set_suspend(struct aty128fb_par *par, int suspend)
 {
 	u32	pmgt;
-	u16	pwr_command;
 	struct pci_dev *pdev = par->pdev;
 
 	if (!par->pm_reg)


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-02-23  0:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-21 22:43 [PATCH] aty128fb: remove unused variable 'pwr_command' Hannes Eder
     [not found] ` <a669f14b0902212232q7c05a9bbke01b88ecee7debf@mail.gmail.com>
2009-02-22 11:24   ` Hannes Eder
2009-02-22 12:51     ` Yang Hongyang
2009-02-23  0:59       ` Yang Hongyang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox