http://bugzilla.kernel.org/show_bug.cgi?id=13519 Summary: Syntax error. Not enough parameters for macro 'qla_printk'. Product: SCSI Drivers Version: 2.5 Kernel Version: 2.6.30 Platform: All OS/Version: Linux Tree: Mainline Status: NEW Severity: normal Priority: P1 Component: QLOGIC QLA2XXX AssignedTo: scsi_drivers-qla2xxx@xxxxxxxxxxxxxxxxxxxx ReportedBy: ettl.martin@xxxxxx Regression: No Hi, i have detected a wrong macro call in file qla_sup.c. To detect this issue i used the static code analysis tool cppcheck. It prints the following output: [linux-2.6.30/drivers/scsi/qla2xxx/qla_sup.c:352]: (error) Syntax error. Not enough parameters for macro 'qla_printk'. Take a look at file qla_sup.c line 352 DEBUG9_10(qla_printk( "NVRAM didn't go ready...\n")); The maro definition is in file qla_def.h (2657): #define qla_printk(level, ha, format, arg...) \ dev_printk(level , &((ha)->pdev->dev) , format , ## arg) As you can see, it needs more than one parameter. Best regards Ettl Martin -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. -- 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