lkml.org 
[lkml]   [2014]   [May]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] [SCSI] mptfusion: remove check for CONFIG_FUSION_MAX_FC_SGE
From
Date
A check for CONFIG_FUSION_MAX_FC_SGE was added in v2.6.31. But the
related Kconfig symbol was never added to the tree. Remove this check,
as it always evaluates to false.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
Compile tested only.

drivers/message/fusion/mptbase.h | 10 ----------
1 file changed, 10 deletions(-)

diff --git a/drivers/message/fusion/mptbase.h b/drivers/message/fusion/mptbase.h
index 76c05bc24cb7..43695ec7ac83 100644
--- a/drivers/message/fusion/mptbase.h
+++ b/drivers/message/fusion/mptbase.h
@@ -177,17 +177,7 @@
#define MPT_SCSI_SG_DEPTH 40
#endif

-#ifdef CONFIG_FUSION_MAX_FC_SGE
-#if CONFIG_FUSION_MAX_FC_SGE < 16
-#define MPT_SCSI_FC_SG_DEPTH 16
-#elif CONFIG_FUSION_MAX_FC_SGE > 256
-#define MPT_SCSI_FC_SG_DEPTH 256
-#else
-#define MPT_SCSI_FC_SG_DEPTH CONFIG_FUSION_MAX_FC_SGE
-#endif
-#else
#define MPT_SCSI_FC_SG_DEPTH 40
-#endif

/* debug print string length used for events and iocstatus */
# define EVENT_DESCR_STR_SZ 100
--
1.9.0


\
 
 \ /
  Last update: 2014-05-22 22:41    [W:0.053 / U:0.124 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site