From: Corey Minyard <minyard@acm.org>
To: "Justin P. Mattock" <justinmattock@gmail.com>
Cc: akpm@linux-foundation.org,
openipmi-developer@lists.sourceforge.net,
linux-kernel@vger.kernel.org, sftp.mtuci@gmail.com
Subject: Re: [PATCH]ipmi:ipmi_si_intf.c Fix warning: variable 'addr_space' set but not used
Date: Thu, 08 Jul 2010 15:05:59 -0500 [thread overview]
Message-ID: <4C362FA7.807@acm.org> (raw)
In-Reply-To: <1278616195-3158-1-git-send-email-justinmattock@gmail.com>
Looks good to me:
Acked-by: Corey Minyard <cminyard@mvista.com>
On 07/08/2010 02:09 PM, Justin P. Mattock wrote:
> The below patch fixes a warning message generated by GCC, and also
> updates a web address pointing to a pdf containging information.
> CC [M] drivers/char/ipmi/ipmi_si_intf.o
> drivers/char/ipmi/ipmi_si_intf.c: In function 'try_init_spmi':
> drivers/char/ipmi/ipmi_si_intf.c:2016:8: warning: variable 'addr_space' set but not used
>
> Signed-off-by: Sergey V.<sftp.mtuci@gmail.com>
> Signed-off-by: Justin P. Mattock<justinmattock@gmail.com>
>
> ---
> drivers/char/ipmi/ipmi_si_intf.c | 10 ++--------
> 1 files changed, 2 insertions(+), 8 deletions(-)
>
> diff --git a/drivers/char/ipmi/ipmi_si_intf.c b/drivers/char/ipmi/ipmi_si_intf.c
> index 094bdc3..7e40d02 100644
> --- a/drivers/char/ipmi/ipmi_si_intf.c
> +++ b/drivers/char/ipmi/ipmi_si_intf.c
> @@ -1965,8 +1965,8 @@ static int acpi_gpe_irq_setup(struct smi_info *info)
>
> /*
> * Defined at
> - * http://h21007.www2.hp.com/dspp/files/unprotected/devresource/
> - * Docs/TechPapers/IA64/hpspmi.pdf
> + * http://h21007.www2.hp.com/portal/download/files
> + * /unprot/hpspmi.pdf
> */
> struct SPMITable {
> s8 Signature[4];
> @@ -2013,18 +2013,12 @@ struct SPMITable {
> static __devinit int try_init_spmi(struct SPMITable *spmi)
> {
> struct smi_info *info;
> - u8 addr_space;
>
> if (spmi->IPMIlegacy != 1) {
> printk(KERN_INFO PFX "Bad SPMI legacy %d\n", spmi->IPMIlegacy);
> return -ENODEV;
> }
>
> - if (spmi->addr.space_id == ACPI_ADR_SPACE_SYSTEM_MEMORY)
> - addr_space = IPMI_MEM_ADDR_SPACE;
> - else
> - addr_space = IPMI_IO_ADDR_SPACE;
> -
> info = kzalloc(sizeof(*info), GFP_KERNEL);
> if (!info) {
> printk(KERN_ERR PFX "Could not allocate SI data (3)\n");
>
next prev parent reply other threads:[~2010-07-08 20:06 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-08 19:09 [PATCH]ipmi:ipmi_si_intf.c Fix warning: variable 'addr_space' set but not used Justin P. Mattock
2010-07-08 20:05 ` Corey Minyard [this message]
2010-07-08 21:24 ` Justin P. Mattock
-- strict thread matches above, loose matches on Subject: below --
2010-07-06 4:31 Justin P. Mattock
2010-07-06 13:57 ` Corey Minyard
2010-07-06 14:30 ` Justin P. Mattock
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=4C362FA7.807@acm.org \
--to=minyard@acm.org \
--cc=akpm@linux-foundation.org \
--cc=justinmattock@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=openipmi-developer@lists.sourceforge.net \
--cc=sftp.mtuci@gmail.com \
/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 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.