From: Martin Dalecki <dalecki@evision-ventures.com>
To: jt@hpl.hp.com
Cc: Jeff Garzik <jgarzik@mandrakesoft.com>,
irda-users@lists.sourceforge.net,
Linux kernel mailing list <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] : ir253_smc_msg.diff
Date: Sat, 11 May 2002 00:14:32 +0200 [thread overview]
Message-ID: <3CDC4648.207@evision-ventures.com> (raw)
In-Reply-To: <20020510154108.B14407@bougret.hpl.hp.com>
Uz.ytkownik Jean Tourrilhes napisa?:
> ir253_smc_msg.diff :
> ------------------
> <Following patch from Jeff Snyder>
> o [CRITICA] Release the proper region and not NULL pointer
> o [FEATURE] Fix messages
>
>
> diff -u -p linux/drivers/net/irda/smc-ircc.d8.c linux/drivers/net/irda/smc-ircc.c
> --- linux/drivers/net/irda/smc-ircc.d8.c Fri May 3 18:52:33 2002
> +++ linux/drivers/net/irda/smc-ircc.c Fri May 3 18:54:44 2002
> @@ -10,6 +10,8 @@
> * Modified by: Dag Brattli <dag@brattli.net>
> * Modified at: Tue Jun 26 2001
> * Modified by: Stefani Seibold <stefani@seibold.net>
> + * Modified at: Thur Apr 18 2002
> + * Modified by: Jeff Snyder <je4d@pobox.com>
> *
> * Copyright (c) 2001 Stefani Seibold
> * Copyright (c) 1999-2001 Dag Brattli
> @@ -539,7 +541,7 @@ static int __init ircc_open(unsigned int
> if (ircc_irq < 255) {
> if (ircc_irq!=irq)
> MESSAGE("%s, Overriding IRQ - chip says %d, using %d\n",
> - driver_name, self->io->irq, ircc_irq);
> + driver_name, irq, ircc_irq);
> self->io->irq = ircc_irq;
> }
> else
> @@ -547,13 +549,13 @@ static int __init ircc_open(unsigned int
> if (ircc_dma < 255) {
> if (ircc_dma!=dma)
> MESSAGE("%s, Overriding DMA - chip says %d, using %d\n",
> - driver_name, self->io->dma, ircc_dma);
> + driver_name, dma, ircc_dma);
> self->io->dma = ircc_dma;
> }
> else
> self->io->dma = dma;
>
> - request_region(fir_base, CHIP_IO_EXTENT, driver_name);
> + request_region(self->io->fir_base, CHIP_IO_EXTENT, driver_name);
>
> /* Initialize QoS for this device */
> irda_init_max_qos_capabilies(&irport->qos);
> @@ -1191,10 +1193,9 @@ static int __exit ircc_close(struct ircc
> outb(IRCC_CFGB_IR, iobase+IRCC_SCE_CFGB);
> #endif
> /* Release the PORT that this driver is using */
> - IRDA_DEBUG(0, __FUNCTION__ "(), releasing 0x%03x\n",
> - self->io->fir_base);
> + IRDA_DEBUG(0, __FUNCTION__ "(), releasing 0x%03x\n", iobase);
Should read:
+ IRDA_DEBUG(0, "%s (), releasin.... ", __FUNCTION__,
due to the fact that newer versions of GCC will be more standard
aheren. Well the motivation is to coalesce all the places
where __FUNCTION__ is used in to one instance of the corresponding
string only.
>
next prev parent reply other threads:[~2002-05-10 23:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-05-10 22:41 Jean Tourrilhes
2002-05-10 22:14 ` Martin Dalecki [this message]
2002-05-10 23:34 ` Jean Tourrilhes
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3CDC4648.207@evision-ventures.com \
--to=dalecki@evision-ventures.com \
--cc=irda-users@lists.sourceforge.net \
--cc=jgarzik@mandrakesoft.com \
--cc=jt@hpl.hp.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®