Re: [PATCH] v4l2-pci-skeleton.c: forgot to update v4l2_match_dv_timings call

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Hans,

[auto build test ERROR on v4.3-rc7]
[also build test ERROR on next-20151113]

url:    https://github.com/0day-ci/linux/commits/Hans-Verkuil/v4l2-pci-skeleton-c-forgot-to-update-v4l2_match_dv_timings-call/20151113-220325
config: i386-randconfig-s0-201545 (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   Documentation/video4linux/v4l2-pci-skeleton.c: In function 'skeleton_s_dv_timings':
>> Documentation/video4linux/v4l2-pci-skeleton.c:510:6: error: too many arguments to function 'v4l2_match_dv_timings'
     if (v4l2_match_dv_timings(timings, &skel->timings, 0, false))
         ^
   In file included from Documentation/video4linux/v4l2-pci-skeleton.c:37:0:
   include/media/v4l2-dv-timings.h:113:6: note: declared here
    bool v4l2_match_dv_timings(const struct v4l2_dv_timings *measured,
         ^

vim +/v4l2_match_dv_timings +510 Documentation/video4linux/v4l2-pci-skeleton.c

   504		/* Check if the timings are part of the CEA-861 timings. */
   505		if (!v4l2_find_dv_timings_cap(timings, &skel_timings_cap,
   506					      0, NULL, NULL))
   507			return -EINVAL;
   508	
   509		/* Return 0 if the new timings are the same as the current timings. */
 > 510		if (v4l2_match_dv_timings(timings, &skel->timings, 0, false))
   511			return 0;
   512	
   513		/*

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Attachment: .config.gz
Description: Binary data


[Index of Archives]     [Linux Input]     [Video for Linux]     [Gstreamer Embedded]     [Mplayer Users]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux