diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2011-07-13 11:21:24 -0400 |
---|---|---|
committer | Ben Hutchings <bhutchings@solarflare.com> | 2011-07-13 19:08:38 -0400 |
commit | ff79c8ac40a115adf5d94e1349f4a379ae156f55 (patch) | |
tree | 2f1d39efc7df74051e3b3b2e11359f7476168811 /drivers/net | |
parent | 851f186835c850cf51001369e4e22c0f9241e745 (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')
-rw-r--r-- | drivers/net/sfc/Kconfig | 3 | ||||
-rw-r--r-- | drivers/net/sfc/efx.c | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/drivers/net/sfc/Kconfig b/drivers/net/sfc/Kconfig index db7b22eb686a..a3d5bb9e39dc 100644 --- a/drivers/net/sfc/Kconfig +++ b/drivers/net/sfc/Kconfig | |||
@@ -7,8 +7,7 @@ config SFC | |||
7 | select I2C_ALGOBIT | 7 | select I2C_ALGOBIT |
8 | help | 8 | help |
9 | This driver supports 10-gigabit Ethernet cards based on | 9 | This driver supports 10-gigabit Ethernet cards based on |
10 | the Solarflare Communications SFC4000 and SFC9000-family | 10 | the Solarflare SFC4000 and SFC9000-family controllers. |
11 | controllers. | ||
12 | 11 | ||
13 | To compile this driver as a module, choose M here. The module | 12 | To compile this driver as a module, choose M here. The module |
14 | will be called sfc. | 13 | will be called sfc. |
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); |