From: kernel test robot <lkp@intel.com>
To: Johan Jonker <jbx6244@gmail.com>, heiko@sntech.de
Cc: kbuild-all@lists.01.org, hjc@rock-chips.com, robh+dt@kernel.org,
airlied@linux.ie, daniel@ffwll.ch, mturquette@baylibre.com,
sboyd@kernel.org, lgirdwood@gmail.com, broonie@kernel.org,
linux-clk@vger.kernel.org
Subject: Re: [PATCH v4 4/7] drm: rockchip: add sound support to rk3066 hdmi driver
Date: Wed, 18 Nov 2020 08:49:20 +0800 [thread overview]
Message-ID: <202011180820.OoudfHoz-lkp@intel.com> (raw)
In-Reply-To: <20201117194507.14843-5-jbx6244@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2396 bytes --]
Hi Johan,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on rockchip/for-next]
[also build test WARNING on robh/for-next asoc/for-next sound/for-next v5.10-rc4 next-20201117]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]
url: https://github.com/0day-ci/linux/commits/Johan-Jonker/Enable-rk3066a-HDMI-sound/20201118-034916
base: https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git for-next
config: nios2-allyesconfig (attached as .config)
compiler: nios2-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://github.com/0day-ci/linux/commit/4fd170243d9bc7618270dff969e138b05db0f945
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Johan-Jonker/Enable-rk3066a-HDMI-sound/20201118-034916
git checkout 4fd170243d9bc7618270dff969e138b05db0f945
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=nios2
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
drivers/gpu/drm/rockchip/rk3066_hdmi.c: In function 'rk3066_hdmi_config_aai':
>> drivers/gpu/drm/rockchip/rk3066_hdmi.c:227:31: warning: variable 'faudio' set but not used [-Wunused-but-set-variable]
227 | struct hdmi_audio_infoframe *faudio;
| ^~~~~~
vim +/faudio +227 drivers/gpu/drm/rockchip/rk3066_hdmi.c
223
224 static int rk3066_hdmi_config_aai(struct rk3066_hdmi *hdmi,
225 struct audio_info *audio)
226 {
> 227 struct hdmi_audio_infoframe *faudio;
228 union hdmi_infoframe frame;
229 int rc;
230
231 rc = hdmi_audio_infoframe_init(&frame.audio);
232 faudio = (struct hdmi_audio_infoframe *)&frame;
233
234 return rk3066_hdmi_upload_frame(hdmi, rc, &frame,
235 HDMI_INFOFRAME_AAI, 0, 0, 0);
236 }
237
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 58112 bytes --]
next prev parent reply other threads:[~2020-11-18 0:50 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-17 19:45 [PATCH v4 0/7] Enable rk3066a HDMI sound Johan Jonker
2020-11-17 19:45 ` [PATCH v4 1/7] clk: rockchip: add CLK_SET_RATE_PARENT to sclk for rk3066a i2s and uart clocks Johan Jonker
2020-11-17 19:45 ` [PATCH v4 2/7] clk: rockchip: fix i2s gate bits on rk3066 and rk3188 Johan Jonker
2020-11-17 19:45 ` [PATCH v4 3/7] dt-bindings: display: add #sound-dai-cells property to rockchip rk3066 hdmi Johan Jonker
2020-11-17 19:45 ` [PATCH v4 4/7] drm: rockchip: add sound support to rk3066 hdmi driver Johan Jonker
2020-11-18 0:49 ` kernel test robot [this message]
2020-11-17 19:45 ` [PATCH v4 5/7] ARM: dts: rockchip: rk3066a: add #sound-dai-cells to hdmi node Johan Jonker
2020-11-17 19:45 ` [PATCH v4 6/7] ARM: dts: rockchip: add hdmi-sound node to rk3066a.dtsi Johan Jonker
2020-11-17 19:45 ` [PATCH v4 7/7] ARM: dts: rockchip: enable hdmi_sound and i2s0 for rk3066a-mk808 Johan Jonker
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=202011180820.OoudfHoz-lkp@intel.com \
--to=lkp@intel.com \
--cc=airlied@linux.ie \
--cc=broonie@kernel.org \
--cc=daniel@ffwll.ch \
--cc=heiko@sntech.de \
--cc=hjc@rock-chips.com \
--cc=jbx6244@gmail.com \
--cc=kbuild-all@lists.01.org \
--cc=lgirdwood@gmail.com \
--cc=linux-clk@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=robh+dt@kernel.org \
--cc=sboyd@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox