Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] sound: soc: Add Cygnus audio driver
Date: Sat, 31 Oct 2015 00:28:52 +0100	[thread overview]
Message-ID: <3878425.UJmmiCl69s@wuerfel> (raw)
In-Reply-To: <201510310722.jTEbgeBu%fengguang.wu@intel.com>

On Saturday 31 October 2015 07:20:17 kbuild test robot wrote:
>  > 785          dev_dbg(rtd->cpu_dai->dev, "%s: size 0x%x @ 0x%p\n",
>    786                                  __func__, size, buf->area);
> 

Both reports are for the same bug: the "0x%x" should be "0x%zx".

There is another bug in the same line: "0x%p" should be "%pK",
to avoid the duplicate "0x" and to not leak the pointer when
kptr_restrict is set.

	Arnd

  reply	other threads:[~2015-10-30 23:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-30 18:54 [PATCH 0/2] Add audio support for Broadcom Cygnus SoC Simran Rai
2015-10-30 18:54 ` [PATCH 1/2] dt-bindings: sound: Add DT bindings for Broadcom Cygnus audio Simran Rai
2015-10-30 18:54 ` [PATCH 2/2] sound: soc: Add Cygnus audio driver Simran Rai
2015-10-30 19:59   ` kbuild test robot
2015-10-30 23:20   ` kbuild test robot
2015-10-30 23:28     ` Arnd Bergmann [this message]
2015-10-30 23:36       ` simran rai

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=3878425.UJmmiCl69s@wuerfel \
    --to=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox