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

    firewire: fw-sbp2: remove bogus "emulated" host flag
    
    There is no emulation going on here too.
    
    Signed-off-by: Stefan Richter <[EMAIL PROTECTED]>
    Signed-off-by: Kristian Høgsberg <[EMAIL PROTECTED]>
---
 drivers/firewire/fw-sbp2.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/firewire/fw-sbp2.c b/drivers/firewire/fw-sbp2.c
index 13e47e9..0b0dcc7 100644
--- a/drivers/firewire/fw-sbp2.c
+++ b/drivers/firewire/fw-sbp2.c
@@ -1012,7 +1012,6 @@ static struct scsi_host_template scsi_driver_template = {
        .use_clustering         = ENABLE_CLUSTERING,
        .cmd_per_lun            = 1,    /* SBP2_MAX_CMDS, */
        .can_queue              = 1,            /* SBP2_MAX_CMDS, */
-       .emulated               = 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