All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej@redhat.com>
To: Dominik Brodowski <linux@dominikbrodowski.net>
Cc: cpufreq@vger.kernel.org
Subject: Re: [PATCH 1/2] cpufreq: use dynamic debug instead of custom infrastructure
Date: Mon, 25 Apr 2011 12:28:20 -0400	[thread overview]
Message-ID: <20110425162820.GA18401@redhat.com> (raw)
In-Reply-To: <20110425140218.GA27378@comet.dominikbrodowski.net>

On Mon, Apr 25, 2011 at 04:02:18PM +0200, Dominik Brodowski wrote:
 > ping... any chance to get this and the second patch into 2.6.40?
 
This looks like it needs a bit more work..

arch/x86/kernel/cpu/cpufreq/longhaul.c: In function ‘longhaul_setstate’:
arch/x86/kernel/cpu/cpufreq/longhaul.c:275: error: implicit declaration of function ‘print_speed’
arch/x86/kernel/cpu/cpufreq/longhaul.c:275: warning: format ‘%s’ expects type ‘char *’, but argument 6 has type ‘int’
arch/x86/kernel/cpu/cpufreq/longhaul.c: In function ‘longhaul_get_ranges’:
arch/x86/kernel/cpu/cpufreq/longhaul.c:465: warning: format ‘%s’ expects type ‘char *’, but argument 4 has type ‘int’
arch/x86/kernel/cpu/cpufreq/longhaul.c:465: warning: format ‘%s’ expects type ‘char *’, but argument 5 has type ‘int’

arch/x86/kernel/cpu/cpufreq/powernow-k7.c: In function ‘get_ranges’:
arch/x86/kernel/cpu/cpufreq/powernow-k7.c:209: error: ‘mobile_vid_table’ undeclared (first use in this function)
arch/x86/kernel/cpu/cpufreq/powernow-k7.c: In function ‘powernow_acpi_init’:
arch/x86/kernel/cpu/cpufreq/powernow-k7.c:401: error: ‘mobile_vid_table’ undeclared (first use in this function)

arch/x86/kernel/cpu/cpufreq/pcc-cpufreq.c: In function ‘pcc_get_freq’:
arch/x86/kernel/cpu/cpufreq/pcc-cpufreq.c:178: warning: format ‘%x’ expects type ‘unsigned int’, but argument 4 has type ‘void *’
arch/x86/kernel/cpu/cpufreq/pcc-cpufreq.c: In function ‘pcc_cpufreq_target’:
arch/x86/kernel/cpu/cpufreq/pcc-cpufreq.c:212: warning: format ‘%x’ expects type ‘unsigned int’, but argument 5 has type ‘void *’

arch/x86/kernel/cpu/cpufreq/powernow-k8.c: In function ‘powernow_k8_cpu_init_acpi’:
arch/x86/kernel/cpu/cpufreq/powernow-k8.c:852: warning: format ‘%x’ expects type ‘unsigned int’, but argument 3 has type ‘u64’
arch/x86/kernel/cpu/cpufreq/powernow-k8.c:852: warning: format ‘%x’ expects type ‘unsigned int’, but argument 4 has type ‘u64’

arch/x86/kernel/cpu/cpufreq/speedstep-smi.c: In function ‘speedstep_init’:
arch/x86/kernel/cpu/cpufreq/speedstep-smi.c:407: warning: format ‘%.8lx’ expects type ‘long unsigned int’, but argument 3 has type ‘__u32’
arch/x86/kernel/cpu/cpufreq/speedstep-smi.c:407: warning: format ‘%.8lx’ expects type ‘long unsigned int’, but argument 4 has type ‘__u32’
arch/x86/kernel/cpu/cpufreq/speedstep-smi.c:407: warning: format ‘%.8lx’ expects type ‘long unsigned int’, but argument 5 has type ‘__u32’
arch/x86/kernel/cpu/cpufreq/speedstep-smi.c:407: warning: format ‘%.8lx’ expects type ‘long unsigned int’, but argument 6 has type ‘__u32’



  parent reply	other threads:[~2011-04-25 16:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-27 13:04 [PATCH 1/2] cpufreq: use dynamic debug instead of custom infrastructure Dominik Brodowski
2011-04-25 14:02 ` Dominik Brodowski
2011-04-25 16:16   ` Dave Jones
2011-04-25 16:28   ` Dave Jones [this message]
2011-04-25 20:43     ` Dominik Brodowski
2011-04-29 20:14       ` 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=20110425162820.GA18401@redhat.com \
    --to=davej@redhat.com \
    --cc=cpufreq@vger.kernel.org \
    --cc=linux@dominikbrodowski.net \
    /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.