diff options
Diffstat (limited to 'drivers/firewire/sbp2.c')
| -rw-r--r-- | drivers/firewire/sbp2.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/firewire/sbp2.c b/drivers/firewire/sbp2.c index 1162d6b3bf8..f82e9d4295d 100644 --- a/drivers/firewire/sbp2.c +++ b/drivers/firewire/sbp2.c @@ -1546,6 +1546,7 @@ static int sbp2_scsi_slave_configure(struct scsi_device *sdev)  	struct sbp2_logical_unit *lu = sdev->hostdata;  	sdev->use_10_for_rw = 1; +	sdev->no_report_opcodes = 1;  	if (sbp2_param_exclusive_login)  		sdev->manage_start_stop = 1;  |