From: Dave Jones <davej@redhat.com>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: minyard@acm.org
Subject: Re: [PATCH] Add sysfs support for the IPMI device interface
Date: Sun, 22 May 2005 02:57:09 -0400 [thread overview]
Message-ID: <20050522065709.GA31888@redhat.com> (raw)
In-Reply-To: <200505201511.j4KFBgHG002490@hera.kernel.org>
On Fri, May 20, 2005 at 08:11:42AM -0700, Linux Kernel wrote:
> tree e327b635e017dfcfd989b203c16ebd55e1d2526b
> parent 45fed46f5b98aaf439e9ef125992ec853cd98499
> author Corey Minyard <minyard@acm.org> Fri, 20 May 2005 08:56:23 +0200
> committer Linus Torvalds <torvalds@ppc970.osdl.org> Fri, 20 May 2005 21:58:04 -0700
>
> [PATCH] Add sysfs support for the IPMI device interface
>
> Add support for sysfs to the IPMI device interface.
>
> Clean-ups based on Dimitry Torokovs comment by Philipp Hahn.
>
This doesn't compile..
drivers/char/ipmi/ipmi_devintf.c: In function 'ipmi_new_smi':
drivers/char/ipmi/ipmi_devintf.c:532: warning: passing argument 1 of 'class_simple_device_add' from incompatible pointer type
drivers/char/ipmi/ipmi_devintf.c: In function 'ipmi_smi_gone':
drivers/char/ipmi/ipmi_devintf.c:537: warning: passing argument 1 of 'class_simple_device_remove' makes integer from pointer without a cast
drivers/char/ipmi/ipmi_devintf.c:537: error: too many arguments to function 'class_simple_device_remove'
drivers/char/ipmi/ipmi_devintf.c: In function 'init_ipmi_devintf':
drivers/char/ipmi/ipmi_devintf.c:558: warning: assignment from incompatible pointer type
drivers/char/ipmi/ipmi_devintf.c:566: warning: passing argument 1 of 'class_simple_destroy' from incompatible
pointer type
drivers/char/ipmi/ipmi_devintf.c:580: warning: passing argument 1 of 'class_simple_destroy' from incompatible
pointer type
drivers/char/ipmi/ipmi_devintf.c: In function 'cleanup_ipmi':
drivers/char/ipmi/ipmi_devintf.c:591: warning: passing argument 1 of 'class_simple_destroy' from incompatible
pointer type
make[3]: *** [drivers/char/ipmi/ipmi_devintf.o] Error 1
Dave
next parent reply other threads:[~2005-05-22 6:57 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200505201511.j4KFBgHG002490@hera.kernel.org>
2005-05-22 6:57 ` Dave Jones [this message]
2005-05-19 23:26 [PATCH] Add sysfs support for the IPMI device interface Corey Minyard
2005-05-20 5:15 ` Greg KH
2005-05-20 6:56 ` Philipp Matthias Hahn
2005-05-20 13:00 ` Corey Minyard
2005-05-22 3:20 ` AsterixTheGaul
2005-05-22 3:23 ` AsterixTheGaul
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=20050522065709.GA31888@redhat.com \
--to=davej@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=minyard@acm.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 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.