Hi Bartosz, kernel test robot noticed the following build errors: [auto build test ERROR on brgl/gpio/for-next] [also build test ERROR on mtd/nand/next linus/master ulf-hansson-mmc-mirror/next v6.6-rc1 next-20230913] [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#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Bartosz-Golaszewski/gpiolib-provide-gpiod_set_active_-low-high/20230913-195053 base: https://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git gpio/for-next patch link: https://lore.kernel.org/r/20230913115001.23183-2-brgl%40bgdev.pl patch subject: [PATCH 1/5] gpiolib: provide gpiod_set_active_[low/high]() config: s390-allnoconfig (https://download.01.org/0day-ci/archive/20230913/202309132304.Uw3cYH9C-lkp@xxxxxxxxx/config) compiler: s390-linux-gcc (GCC) 13.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20230913/202309132304.Uw3cYH9C-lkp@xxxxxxxxx/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot <lkp@xxxxxxxxx> | Closes: https://lore.kernel.org/oe-kbuild-all/202309132304.Uw3cYH9C-lkp@xxxxxxxxx/ All errors (new ones prefixed by >>): In file included from include/linux/nvmem-provider.h:15, from include/linux/rtc.h:18, from include/linux/efi.h:20, from block/partitions/efi.h:19, from block/partitions/msdos.c:32: >> include/linux/gpio/consumer.h:505:1: error: expected ';', ',' or ')' before '{' token 505 | { | ^ vim +505 include/linux/gpio/consumer.h 503 504 static inline void gpiod_set_active_low(struct gpio_desc *desc > 505 { 506 /* GPIO can never have been requested */ 507 WARN_ON(desc); 508 } 509 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki