Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=02af8e70cbe42833805d6f2f10fc1d43ce90da0d
Commit:     02af8e70cbe42833805d6f2f10fc1d43ce90da0d
Parent:     5fa1580d2d922171c5ef8da487054d056298a970
Author:     Stefan Richter <[EMAIL PROTECTED]>
AuthorDate: Sun Jan 21 20:50:11 2007 +0100
Committer:  Stefan Richter <[EMAIL PROTECTED]>
CommitDate: Fri Mar 9 22:02:42 2007 +0100

    firewire: fw-sbp2: remove unused macro
    
    Signed-off-by: Stefan Richter <[EMAIL PROTECTED]>
    Signed-off-by: Kristian Høgsberg <[EMAIL PROTECTED]>
---
 drivers/firewire/fw-sbp2.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/drivers/firewire/fw-sbp2.c b/drivers/firewire/fw-sbp2.c
index 0b0dcc7..f5c4682 100644
--- a/drivers/firewire/fw-sbp2.c
+++ b/drivers/firewire/fw-sbp2.c
@@ -64,7 +64,6 @@ struct sbp2_device {
 
 #define SBP2_MAX_SG_ELEMENT_LENGTH     0xf000
 #define SBP2_MAX_SECTORS               255     /* Max sectors supported */
-#define SBP2_MAX_CMDS                  8       /* This should be safe */
 
 #define SBP2_ORB_NULL                  0x80000000
 
@@ -1010,8 +1009,8 @@ static struct scsi_host_template scsi_driver_template = {
        .this_id                = -1,
        .sg_tablesize           = SG_ALL,
        .use_clustering         = ENABLE_CLUSTERING,
-       .cmd_per_lun            = 1,    /* SBP2_MAX_CMDS, */
-       .can_queue              = 1,            /* SBP2_MAX_CMDS, */
+       .cmd_per_lun            = 1,
+       .can_queue              = 1,
 };
 
 static int add_scsi_devices(struct fw_unit *unit)
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to