Re: [PATCH V1 1/2] smartpqi: initial commit of Microsemi smartpqi driver

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

 



Hi,

[auto build test ERROR on scsi/for-next]
[also build test ERROR on v4.7-rc2 next-20160609]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Don-Brace/Series-short-description/20160609-095245
base:   https://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git for-next
config: i386-allyesconfig (attached as .config)
compiler: gcc-6 (Debian 6.1.1-1) 6.1.1 20160430
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_wait_for_pqi_mode_ready':
>> drivers/scsi/smartpqi/smartpqi_init.c:2945:15: error: implicit declaration of function 'readq' [-Werror=implicit-function-declaration]
      signature = readq(&pqi_registers->signature);
                  ^~~~~
   drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_create_admin_queues':
>> drivers/scsi/smartpqi/smartpqi_init.c:3919:2: error: implicit declaration of function 'writeq' [-Werror=implicit-function-declaration]
     writeq((u64)admin_queues->iq_element_array_bus_addr,
     ^~~~~~
   cc1: some warnings being treated as errors

vim +/readq +2945 drivers/scsi/smartpqi/smartpqi_init.c

  2939		u8 status;
  2940	
  2941		pqi_registers = ctrl_info->pqi_registers;
  2942		timeout = (PQI_MODE_READY_TIMEOUT_SECS * HZ) + jiffies;
  2943	
  2944		while (1) {
> 2945			signature = readq(&pqi_registers->signature);
  2946			if (memcmp(&signature, PQI_DEVICE_SIGNATURE,
  2947				sizeof(signature)) == 0)
  2948				break;

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

Attachment: .config.gz
Description: Binary data


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]
  Powered by Linux