On 10/24/2015 03:19 PM, kbuild test robot wrote:
Hi Don,
[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/Don-Brace/hpsa-updates/20151025-040012
config: x86_64-randconfig-x017-201543 (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All error/warnings (new ones prefixed by >>):
drivers/scsi/hpsa.c: In function 'hpsa_show_dev_msg':
drivers/scsi/hpsa.c:1182:2: error: expected expression before 'if'
if (dev == NULL)
^
drivers/scsi/hpsa.c:1181:75: warning: left-hand operand of comma expression has no effect [-Wunused-value]
"scsi %d:%d:%d:%d: %s %s %.8s %.16s %s SSDSmartPathCap%c En%c Exp=%d\n",
^
vim +/if +1182 drivers/scsi/hpsa.c
4e3d7818 Don Brace 2015-10-24 1175 break;
4e3d7818 Don Brace 2015-10-24 1176 default:
4e3d7818 Don Brace 2015-10-24 1177 snprintf(label, LABEL_SIZE, "UNKNOWN");
4e3d7818 Don Brace 2015-10-24 1178 break;
4e3d7818 Don Brace 2015-10-24 1179 }
4e3d7818 Don Brace 2015-10-24 1180
4e3d7818 Don Brace 2015-10-24 @1181 "scsi %d:%d:%d:%d: %s %s %.8s %.16s %s SSDSmartPathCap%c En%c Exp=%d\n",
c59f371e Don Brace 2015-10-24 @1182 if (dev == NULL)
c59f371e Don Brace 2015-10-24 1183 return;
c59f371e Don Brace 2015-10-24 1184
c59f371e Don Brace 2015-10-24 1185 dev_warn(&h->pdev->dev,
:::::: The code at line 1182 was first introduced by commit
:::::: c59f371efab30f7066af482dc6a1b1cfddd562f0 hpsa: correct calls to dev_printk
:::::: TO: Don Brace <don.brace@xxxxxxxx>
:::::: CC: 0day robot <fengguang.wu@xxxxxxxxx>
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Wow. I had a merge conflict that kdiff3 auto-resolved.
Sorry about that. Anyone else ever have that happen?
I'll send out v1 soon.
Thanks
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html