From: Dominik Brodowski <linux@dominikbrodowski.net>
To: Alexander Clouter <alex@digriz.org.uk>
Cc: cpufreq@lists.linux.org.uk, alex-kernel@digriz.org.uk, davej@redhat.com
Subject: Re: [PATCH] (1/3) cpufreq_ondemand - 01_ignore-nice.diff
Date: Sun, 20 Feb 2005 15:53:50 +0100 [thread overview]
Message-ID: <20050220145350.GD20702@isilmar.linta.de> (raw)
In-Reply-To: <20050220131518.GB4495@inskipp>
On Sun, Feb 20, 2005 at 01:15:18PM +0000, Alexander Clouter wrote:
> + ( !dbs_tuners_ins.ignore_nice
> + ? kstat_cpu(j).cpustat.nice : NULL );
NULL is a pointer, 0 is a number. You most probably want "0" here.
> + ( !dbs_tuners_ins.ignore_nice
> + ? kstat_cpu(j).cpustat.nice : NULL );
dito.
Dominik
next prev parent reply other threads:[~2005-02-20 14:53 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-20 13:15 [PATCH] (1/3) cpufreq_ondemand - 01_ignore-nice.diff Alexander Clouter
2005-02-20 14:12 ` Arjan van de Ven
2005-02-20 14:51 ` Dominik Brodowski
2005-02-20 14:53 ` Dominik Brodowski [this message]
2005-02-20 18:14 ` Alexander Clouter
2005-02-20 20:59 ` PCS
2005-02-21 11:41 ` Bruno Ducrot
2005-02-20 16:14 ` Eric Piel
2005-02-21 10:20 ` Eric Piel
2005-02-21 10:27 ` Alexander Clouter
2005-02-21 12:58 ` Eric Piel
2005-02-21 15:54 ` Dominik Brodowski
2005-02-21 13:11 ` Stefan Seyfried
2005-02-21 13:31 ` Eric Piel
-- strict thread matches above, loose matches on Subject: below --
2005-02-21 18:05 Pallipadi, Venkatesh
2005-05-10 22:30 Alexander Clouter
2005-05-11 1:30 ` Dave Jones
2005-05-11 2:38 ` Dave Jones
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=20050220145350.GD20702@isilmar.linta.de \
--to=linux@dominikbrodowski.net \
--cc=alex-kernel@digriz.org.uk \
--cc=alex@digriz.org.uk \
--cc=cpufreq@lists.linux.org.uk \
--cc=davej@redhat.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.