Re: [PATCH 14/25] scsi: hisi_sas: add ssp command function

2015-10-12 Thread kbuild test robot
Hi John, [auto build test ERROR on scsi/for-next -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/John-Garry/HiSilicon-SAS-driver/20151012-231929 config: m68k-allmodconfig (attached as .config) reproduce:

[PATCH 14/25] scsi: hisi_sas: add ssp command function

2015-10-12 Thread John Garry
Add path to send ssp command to HW. Signed-off-by: John Garry --- drivers/scsi/hisi_sas/hisi_sas.h | 23 +++ drivers/scsi/hisi_sas/hisi_sas_init.c | 1 + drivers/scsi/hisi_sas/hisi_sas_main.c | 246 + drivers/scsi/hisi_sas/hisi_sas_v1_hw.c | 206 +++