• R/O
  • HTTP
  • SSH
  • HTTPS

linux-2.4.36: 提交

2.4.36-stable kernel tree


Commit MetaInfo

修订版d868d3e7b8af5c83ab5dbd6ce4b21449b25bc9ac (tree)
时间2007-02-25 16:41:28
作者Mariusz Kozlowski <m.kozlowski@tuxl...>
CommiterWilly Tarreau

Log Message

[PATCH] scsi aic7xxx parenthesis fix

Hello,

This patch adds missing parenthesis.

Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>

drivers/scsi/aic7xxx/aic79xx_pci.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

更改概述

差异

--- a/drivers/scsi/aic7xxx/aic79xx_pci.c
+++ b/drivers/scsi/aic7xxx/aic79xx_pci.c
@@ -110,7 +110,7 @@ ahd_compose_id(u_int device, u_int vendor, u_int subdevice, u_int subvendor)
110110
111111 #define SUBID_9005_LEGACYCONN_FUNC(id) ((id) & 0x20)
112112
113-#define SUBID_9005_SEEPTYPE(id) ((id) & 0x0C0) >> 6)
113+#define SUBID_9005_SEEPTYPE(id) (((id) & 0x0C0) >> 6)
114114 #define SUBID_9005_SEEPTYPE_NONE 0x0
115115 #define SUBID_9005_SEEPTYPE_4K 0x1
116116
Show on old repository browser