]> Pileus Git - ~andy/linux/blobdiff - drivers/scsi/qlogicpti.h
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[~andy/linux] / drivers / scsi / qlogicpti.h
index 9c053bbaa87700b375539138b96648bda15366be..e3c74d1ee2db31e513fb33ff67a4a112354cb275 100644 (file)
@@ -43,7 +43,7 @@
  * determined for each queue request anew.
  */
 #define QLOGICPTI_REQ_QUEUE_LEN        255     /* must be power of two - 1 */
-#define QLOGICPTI_MAX_SG(ql)   (4 + ((ql) > 0) ? 7*((ql) - 1) : 0)
+#define QLOGICPTI_MAX_SG(ql)   (4 + (((ql) > 0) ? 7*((ql) - 1) : 0))
 
 /* mailbox command complete status codes */
 #define MBOX_COMMAND_COMPLETE          0x4000