2015-06-23 16:28:28

by Jim Davis

[permalink] [raw]
Subject: randconfig build error with next-20150623, in drivers/media/i2c/adv7604.c

Building with the attached random configuration file,

warning: (VIDEO_COBALT) selects VIDEO_ADV7604 which has unmet direct
dependencies (MEDIA_SUPPORT && VIDEO_V4L2 && I2C &&
VIDEO_V4L2_SUBDEV_API && GPIOLIB)


drivers/media/i2c/adv7604.c: In function ‘adv76xx_get_format’:
drivers/media/i2c/adv7604.c:1861:9: error: implicit declaration of
function ‘v4l2_subdev_get_try_format’
[-Werror=implicit-function-declaration]
fmt = v4l2_subdev_get_try_format(sd, cfg, format->pad);
^
drivers/media/i2c/adv7604.c:1861:7: warning: assignment makes pointer
from integer without a cast [-Wint-conversion]
fmt = v4l2_subdev_get_try_format(sd, cfg, format->pad);
^
drivers/media/i2c/adv7604.c: In function ‘adv76xx_set_format’:
drivers/media/i2c/adv7604.c:1890:7: warning: assignment makes pointer
from integer without a cast [-Wint-conversion]
fmt = v4l2_subdev_get_try_format(sd, cfg, format->pad);
^


Attachments:
randconfig-1435062952.txt (83.65 kB)