diff options
author | Jon Mason <jdmason@kudzu.us> | 2012-07-09 10:07:57 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-07-11 02:24:47 -0400 |
commit | c0589fa78ae534acb741370872c4e13578d2f164 (patch) | |
tree | e2009cf5a91f38a6712fa9ace7c17f31485a09f8 /drivers/net/ethernet/neterion | |
parent | 1a203cb33a7dc791b6c0aedf701e70ac00c50cdb (diff) |
vxge/s2io: remove dead URLs
URLs to neterion.com and s2io.com no longer resolve. Remove all references to
these URLs in the driver source and documentation.
Signed-off-by: Jon Mason <jdmason@kudzu.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/neterion')
-rw-r--r-- | drivers/net/ethernet/neterion/vxge/vxge-main.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/net/ethernet/neterion/vxge/vxge-main.c b/drivers/net/ethernet/neterion/vxge/vxge-main.c index 2fd1edbc5e0e..4e20c5f02712 100644 --- a/drivers/net/ethernet/neterion/vxge/vxge-main.c +++ b/drivers/net/ethernet/neterion/vxge/vxge-main.c | |||
@@ -4261,9 +4261,7 @@ static int vxge_probe_fw_update(struct vxgedev *vdev) | |||
4261 | if (VXGE_FW_VER(VXGE_CERT_FW_VER_MAJOR, VXGE_CERT_FW_VER_MINOR, 0) > | 4261 | if (VXGE_FW_VER(VXGE_CERT_FW_VER_MAJOR, VXGE_CERT_FW_VER_MINOR, 0) > |
4262 | VXGE_FW_VER(maj, min, 0)) { | 4262 | VXGE_FW_VER(maj, min, 0)) { |
4263 | vxge_debug_init(VXGE_ERR, "%s: Firmware %d.%d.%d is too old to" | 4263 | vxge_debug_init(VXGE_ERR, "%s: Firmware %d.%d.%d is too old to" |
4264 | " be used with this driver.\n" | 4264 | " be used with this driver.", |
4265 | "Please get the latest version from " | ||
4266 | "ftp://ftp.s2io.com/pub/X3100-Drivers/FIRMWARE", | ||
4267 | VXGE_DRIVER_NAME, maj, min, bld); | 4265 | VXGE_DRIVER_NAME, maj, min, bld); |
4268 | return -EINVAL; | 4266 | return -EINVAL; |
4269 | } | 4267 | } |