diff options
author | Hariprasad Shenai <hariprasad@chelsio.com> | 2014-12-11 11:11:43 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-12-11 14:25:17 -0500 |
commit | 666224d4d582661e3c7d321c23e8c69e4068ee55 (patch) | |
tree | a0ca7e5b30f3225b8a761dedf6a0a35b2512b100 /drivers/scsi/csiostor/csio_hw.h | |
parent | 52c9b12d380c8d83b9a34fee268142c53b5ad956 (diff) |
cxgb4/csiostor: Don't use MASTER_MUST for fw_hello call
Remove use of calls into t4_fw_hello() with MASTER_MUST, which results in
FW_HELLO_CMD_MASTERFORCE being set. The firmware doesn't support this and of
course any existing PF Drivers will totally go for a toss.
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/scsi/csiostor/csio_hw.h')
-rw-r--r-- | drivers/scsi/csiostor/csio_hw.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/csiostor/csio_hw.h b/drivers/scsi/csiostor/csio_hw.h index 5db2d85195b1..68248da1b9af 100644 --- a/drivers/scsi/csiostor/csio_hw.h +++ b/drivers/scsi/csiostor/csio_hw.h @@ -110,7 +110,6 @@ struct csio_scsi_cpu_info { }; extern int csio_dbg_level; -extern int csio_force_master; extern unsigned int csio_port_mask; extern int csio_msi; |