All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Hyun Kwon <hyun.kwon@xilinx.com>
Cc: kbuild-all@lists.01.org, linux-arm-kernel@lists.infradead.org,
	Michal Simek <monstr@monstr.eu>
Subject: [xilinx-xlnx:xlnx_rebase_v5.15_LTS 624/1129] drivers/gpu/drm/xlnx/xlnx_fb.c:339: warning: expecting prototype for xlnx_fbdev_fini(). Prototype was for xlnx_fb_fini() instead
Date: Sun, 8 May 2022 02:15:51 +0800	[thread overview]
Message-ID: <202205080230.DDGjLjHC-lkp@intel.com> (raw)

tree:   https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.15_LTS
head:   3076249fc30bf463f8390f89009de928ad3e95ff
commit: 2fdd231b360443660a07f7de8fc3125e46b6099c [624/1129] drm: xlnx: Xilinx DRM KMS driver
config: arc-allyesconfig (https://download.01.org/0day-ci/archive/20220508/202205080230.DDGjLjHC-lkp@intel.com/config)
compiler: arceb-elf-gcc (GCC) 11.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/Xilinx/linux-xlnx/commit/2fdd231b360443660a07f7de8fc3125e46b6099c
        git remote add xilinx-xlnx https://github.com/Xilinx/linux-xlnx
        git fetch --no-tags xilinx-xlnx xlnx_rebase_v5.15_LTS
        git checkout 2fdd231b360443660a07f7de8fc3125e46b6099c
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=arc SHELL=/bin/bash drivers/gpu/drm/xlnx/ drivers/media/platform/xilinx/ drivers/net/ethernet/xilinx/ drivers/phy/xilinx/ drivers/staging/

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/xlnx/xlnx_fb.c:339: warning: expecting prototype for xlnx_fbdev_fini(). Prototype was for xlnx_fb_fini() instead


vim +339 drivers/gpu/drm/xlnx/xlnx_fb.c

   331	
   332	/**
   333	 * xlnx_fbdev_fini - Free the Xilinx framebuffer
   334	 * @fb_helper: drm_fb_helper struct
   335	 *
   336	 * This function is based on drm_fbdev_cma_fini().
   337	 */
   338	void xlnx_fb_fini(struct drm_fb_helper *fb_helper)
 > 339	{
   340		struct xlnx_fbdev *fbdev = to_fbdev(fb_helper);
   341	
   342		drm_fb_helper_unregister_fbi(&fbdev->fb_helper);
   343		if (fbdev->fb_helper.fbdev)
   344			xlnx_fbdev_defio_fini(fbdev->fb_helper.fbdev);
   345	
   346		if (fbdev->fb_helper.fb)
   347			drm_framebuffer_remove(fbdev->fb_helper.fb);
   348	
   349		drm_fb_helper_fini(&fbdev->fb_helper);
   350		kfree(fbdev);
   351	}
   352	

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

                 reply	other threads:[~2022-05-07 18:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=202205080230.DDGjLjHC-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=hyun.kwon@xilinx.com \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=monstr@monstr.eu \
    /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.