mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
[SCSI] be2iscsi: Fix port speed typo in driver.
The 100Mbps port speed macro used was not proper. Signed-off-by: John Soni Jose <sony.john-n@emulex.com> Signed-off-by: Jayamohan Kallickal <jayamohan.kallickal@emulex.com> Reviewed-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
parent
1957aa7f62
commit
3e393172b8
@ -793,7 +793,7 @@ static int beiscsi_get_port_speed(struct Scsi_Host *shost)
|
||||
ihost->port_speed = ISCSI_PORT_SPEED_10MBPS;
|
||||
break;
|
||||
case BE2ISCSI_LINK_SPEED_100MBPS:
|
||||
ihost->port_speed = BE2ISCSI_LINK_SPEED_100MBPS;
|
||||
ihost->port_speed = ISCSI_PORT_SPEED_100MBPS;
|
||||
break;
|
||||
case BE2ISCSI_LINK_SPEED_1GBPS:
|
||||
ihost->port_speed = ISCSI_PORT_SPEED_1GBPS;
|
||||
|
Loading…
Reference in New Issue
Block a user