From: mds4@verizon.net (Mark Studebaker)
To: lm-sensors@vger.kernel.org
Subject: [PATCH] bmcsensors 2.9.0 compile fix
Date: Thu, 19 May 2005 06:25:28 +0000 [thread overview]
Message-ID: <41D559C0.3040408@verizon.net> (raw)
In-Reply-To: <20041230172920.GE10397@neu.nirvana>
my bad, thanks :)
Axel Thimm wrote:
> Hi,
>
> there are two "sd->" structure deferences missing.
>
> Thanks.
>
>
> ------------------------------------------------------------------------
>
> Index: ./kernel/chips/bmcsensors.c
> =================================> RCS file: /home/cvs/lm_sensors2/kernel/chips/bmcsensors.c,v
> retrieving revision 1.20
> diff -u -d -r1.20 bmcsensors.c
> --- ./kernel/chips/bmcsensors.c 4 Dec 2004 21:18:34 -0000 1.20
> +++ ./kernel/chips/bmcsensors.c 30 Dec 2004 14:25:25 -0000
> @@ -297,7 +297,7 @@
> }
>
> /* swap lim1/lim2 if m < 0 or function is 1/x (but not both!) */
> - if(m < 0 && sd->linear != 7 || m >= 0 && sd->linear = 7) {
> + if(sd->m < 0 && sd->linear != 7 || sd->m >= 0 && sd->linear = 7) {
> tmp = sd->lim1;
> sd->lim1 = sd->lim2;
> sd->lim2 = tmp;
prev parent reply other threads:[~2005-05-19 6:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-19 6:25 [PATCH] bmcsensors 2.9.0 compile fix Axel Thimm
2005-05-19 6:25 ` Mark Studebaker [this message]
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=41D559C0.3040408@verizon.net \
--to=mds4@verizon.net \
--cc=lm-sensors@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 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.