public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch-kj] printk fix drivers/char/istallion.c
@ 2004-06-21 20:22 maximilian attems
  2004-07-01  3:29 ` Jeff Garzik
  0 siblings, 1 reply; 3+ messages in thread
From: maximilian attems @ 2004-06-21 20:22 UTC (permalink / raw)
  To: jgarzik; +Cc: linux-kernel


please apply that small janitorial fix.


From: <WHarms@bfs.de>(Walter Harms)
this is a quick fix for the istallion driver.
it has one %d to much.

regards,
walter
ps: calling returncodes something like 'i' should be forbidden 

 Signed-off-by: Maximilian Attems <janitor@sternwelten.at>


---

 linux-2.6.7-max/drivers/char/istallion.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/char/istallion.c~printk-fix-istallion drivers/char/istallion.c
--- linux-2.6.7/drivers/char/istallion.c~printk-fix-istallion	2004-06-18 10:33:41.000000000 +0200
+++ linux-2.6.7-max/drivers/char/istallion.c	2004-06-18 10:33:41.000000000 +0200
@@ -851,7 +851,7 @@ static void __exit istallion_module_exit
 	i = tty_unregister_driver(stli_serial);
 	if (i) {
 		printk("STALLION: failed to un-register tty driver, "
-			"errno=%d,%d\n", -i);
+			"errno=%d\n", -i);
 		restore_flags(flags);
 		return;
 	}



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

* Re: [patch-kj] printk fix drivers/char/istallion.c
  2004-06-21 20:22 [patch-kj] printk fix drivers/char/istallion.c maximilian attems
@ 2004-07-01  3:29 ` Jeff Garzik
  2004-07-02 17:11   ` maximilian attems
  0 siblings, 1 reply; 3+ messages in thread
From: Jeff Garzik @ 2004-07-01  3:29 UTC (permalink / raw)
  To: maximilian attems; +Cc: linux-kernel

patch OK but rejected against mainline.  please rediif and resubmit.


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

* Re: [patch-kj] printk fix drivers/char/istallion.c
  2004-07-01  3:29 ` Jeff Garzik
@ 2004-07-02 17:11   ` maximilian attems
  0 siblings, 0 replies; 3+ messages in thread
From: maximilian attems @ 2004-07-02 17:11 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: linux-kernel

On Wed, 30 Jun 2004, Jeff Garzik wrote:

> patch OK but rejected against mainline.  please rediif and resubmit.
> 

already applied in current linus tree via randy.

a++ maks


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

end of thread, other threads:[~2004-07-02 17:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-21 20:22 [patch-kj] printk fix drivers/char/istallion.c maximilian attems
2004-07-01  3:29 ` Jeff Garzik
2004-07-02 17:11   ` maximilian attems

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