aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/efx.c
diff options
context:
space:
mode:
authorBen Hutchings <bhutchings@solarflare.com>2011-07-13 11:21:24 -0400
committerBen Hutchings <bhutchings@solarflare.com>2011-07-13 19:08:38 -0400
commitff79c8ac40a115adf5d94e1349f4a379ae156f55 (patch)
tree2f1d39efc7df74051e3b3b2e11359f7476168811 /drivers/net/sfc/efx.c
parent851f186835c850cf51001369e4e22c0f9241e745 (diff)
sfc: Remove 'Communications' after 'Solarflare' in references to hardware
Branding can now be abbreviated. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Diffstat (limited to 'drivers/net/sfc/efx.c')
-rw-r--r--drivers/net/sfc/efx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sfc/efx.c b/drivers/net/sfc/efx.c
index ff162df06bd0..faca764aa21b 100644
--- a/drivers/net/sfc/efx.c
+++ b/drivers/net/sfc/efx.c
@@ -2476,7 +2476,7 @@ static int __devinit efx_pci_probe(struct pci_dev *pci_dev,
2476 goto fail1; 2476 goto fail1;
2477 2477
2478 netif_info(efx, probe, efx->net_dev, 2478 netif_info(efx, probe, efx->net_dev,
2479 "Solarflare Communications NIC detected\n"); 2479 "Solarflare NIC detected\n");
2480 2480
2481 /* Set up basic I/O (BAR mappings etc) */ 2481 /* Set up basic I/O (BAR mappings etc) */
2482 rc = efx_init_io(efx); 2482 rc = efx_init_io(efx);