All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] aty128fb: remove unused variable 'pwr_command'
@ 2009-02-21 22:43 ` Hannes Eder
  0 siblings, 0 replies; 8+ 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] 8+ messages in thread

* [PATCH] aty128fb: remove unused variable 'pwr_command'
@ 2009-02-21 22:43 ` Hannes Eder
  0 siblings, 0 replies; 8+ 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] 8+ messages in thread

* Re: [PATCH] aty128fb: remove unused variable 'pwr_command'
       [not found] ` <a669f14b0902212232q7c05a9bbke01b88ecee7debf@mail.gmail.com>
@ 2009-02-22 11:24     ` Hannes Eder
  0 siblings, 0 replies; 8+ messages in thread
From: Hannes Eder @ 2009-02-22 11:24 UTC (permalink / raw)
  To: Yang Hongyang; +Cc: trivial, kernel-janitors, linux-kernel

On Sun, Feb 22, 2009 at 7:32 AM, Yang Hongyang <imhy.yang@gmail.com> wrote:
> Hi,Hannes,Acturally I've post the patch earlier^_^
> http://marc.info/?l=linux-kernel&m=123451761706737&w=2

Oh well, that happens, I confess I did not check. Is it already
applied? It's not yet in -next.

Best,
-Hannes

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

* Re: [PATCH] aty128fb: remove unused variable 'pwr_command'
@ 2009-02-22 11:24     ` Hannes Eder
  0 siblings, 0 replies; 8+ messages in thread
From: Hannes Eder @ 2009-02-22 11:24 UTC (permalink / raw)
  To: Yang Hongyang; +Cc: trivial, kernel-janitors, linux-kernel

On Sun, Feb 22, 2009 at 7:32 AM, Yang Hongyang <imhy.yang@gmail.com> wrote:
> Hi,Hannes,Acturally I've post the patch earlier^_^
> http://marc.info/?l=linux-kernel&m\x123451761706737&w=2

Oh well, that happens, I confess I did not check. Is it already
applied? It's not yet in -next.

Best,
-Hannes

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

* Re: [PATCH] aty128fb: remove unused variable 'pwr_command'
  2009-02-22 11:24     ` Hannes Eder
@ 2009-02-22 12:51       ` Yang Hongyang
  -1 siblings, 0 replies; 8+ messages in thread
From: Yang Hongyang @ 2009-02-22 12:51 UTC (permalink / raw)
  To: Hannes Eder; +Cc: trivial, kernel-janitors, linux-kernel

On Sun, Feb 22, 2009 at 7:24 PM, Hannes Eder <hannes@hanneseder.net> wrote:
>
> On Sun, Feb 22, 2009 at 7:32 AM, Yang Hongyang <imhy.yang@gmail.com> wrote:
> > Hi,Hannes,Acturally I've post the patch earlier^_^
> > http://marc.info/?l=linux-kernel&m=123451761706737&w=2
>
> Oh well, that happens, I confess I did not check. Is it already
> applied? It's not yet in -next.

Well,It's not applied yet.unfortunately nobody responded to my post.:(

>
> Best,
> -Hannes

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

* Re: [PATCH] aty128fb: remove unused variable 'pwr_command'
@ 2009-02-22 12:51       ` Yang Hongyang
  0 siblings, 0 replies; 8+ messages in thread
From: Yang Hongyang @ 2009-02-22 12:51 UTC (permalink / raw)
  To: Hannes Eder; +Cc: trivial, kernel-janitors, linux-kernel

On Sun, Feb 22, 2009 at 7:24 PM, Hannes Eder <hannes@hanneseder.net> wrote:
>
> On Sun, Feb 22, 2009 at 7:32 AM, Yang Hongyang <imhy.yang@gmail.com> wrote:
> > Hi,Hannes,Acturally I've post the patch earlier^_^
> > http://marc.info/?l=linux-kernel&m\x123451761706737&w=2
>
> Oh well, that happens, I confess I did not check. Is it already
> applied? It's not yet in -next.

Well,It's not applied yet.unfortunately nobody responded to my post.:(

>
> Best,
> -Hannes

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

* Re: [PATCH] aty128fb: remove unused variable 'pwr_command'
  2009-02-22 12:51       ` Yang Hongyang
@ 2009-02-23  0:59         ` Yang Hongyang
  -1 siblings, 0 replies; 8+ messages in thread
From: Yang Hongyang @ 2009-02-23  0:59 UTC (permalink / raw)
  To: Yang Hongyang; +Cc: Hannes Eder, trivial, kernel-janitors, linux-kernel

Yang Hongyang wrote:
> On Sun, Feb 22, 2009 at 7:24 PM, Hannes Eder <hannes@hanneseder.net> wrote:
>> On Sun, Feb 22, 2009 at 7:32 AM, Yang Hongyang <imhy.yang@gmail.com> wrote:
>>> Hi,Hannes,Acturally I've post the patch earlier^_^
>>> http://marc.info/?l=linux-kernel&m=123451761706737&w=2
>> Oh well, that happens, I confess I did not check. Is it already
>> applied? It's not yet in -next.
> 
> Well,It's not applied yet.unfortunately nobody responded to my post.:(

Hi,hannes,it has been merged into -mm tree

> 
>> Best,
>> -Hannes
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 
> 


-- 
Regards
Yang Hongyang

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

* Re: [PATCH] aty128fb: remove unused variable 'pwr_command'
@ 2009-02-23  0:59         ` Yang Hongyang
  0 siblings, 0 replies; 8+ messages in thread
From: Yang Hongyang @ 2009-02-23  0:59 UTC (permalink / raw)
  To: Yang Hongyang; +Cc: Hannes Eder, trivial, kernel-janitors, linux-kernel

Yang Hongyang wrote:
> On Sun, Feb 22, 2009 at 7:24 PM, Hannes Eder <hannes@hanneseder.net> wrote:
>> On Sun, Feb 22, 2009 at 7:32 AM, Yang Hongyang <imhy.yang@gmail.com> wrote:
>>> Hi,Hannes,Acturally I've post the patch earlier^_^
>>> http://marc.info/?l=linux-kernel&m\x123451761706737&w=2
>> Oh well, that happens, I confess I did not check. Is it already
>> applied? It's not yet in -next.
> 
> Well,It's not applied yet.unfortunately nobody responded to my post.:(

Hi,hannes,it has been merged into -mm tree

> 
>> Best,
>> -Hannes
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 
> 


-- 
Regards
Yang Hongyang

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

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

Thread overview: 8+ 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
2009-02-21 22:43 ` Hannes Eder
     [not found] ` <a669f14b0902212232q7c05a9bbke01b88ecee7debf@mail.gmail.com>
2009-02-22 11:24   ` Hannes Eder
2009-02-22 11:24     ` Hannes Eder
2009-02-22 12:51     ` Yang Hongyang
2009-02-22 12:51       ` Yang Hongyang
2009-02-23  0:59       ` Yang Hongyang
2009-02-23  0:59         ` Yang Hongyang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.