Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203153
b: refs/heads/master
c: c5d5f5f
h: refs/heads/master
i:
  203151: 54fd2c2
v: v3
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Jun 25, 2010
1 parent a34a916 commit d124715
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 62776d034cc40c49bafdb3551a6ba35f78e3f08d
refs/heads/master: c5d5f5fdc76baf0b8d074338c94bd443635ef9d0
2 changes: 1 addition & 1 deletion trunk/drivers/net/sfc/efx.c
Original file line number Diff line number Diff line change
Expand Up @@ -2432,7 +2432,7 @@ static struct dev_pm_ops efx_pm_ops = {
};

static struct pci_driver efx_pci_driver = {
.name = EFX_DRIVER_NAME,
.name = KBUILD_MODNAME,
.id_table = efx_pci_table,
.probe = efx_pci_probe,
.remove = efx_pci_remove,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/sfc/ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ static void efx_ethtool_get_drvinfo(struct net_device *net_dev,
{
struct efx_nic *efx = netdev_priv(net_dev);

strlcpy(info->driver, EFX_DRIVER_NAME, sizeof(info->driver));
strlcpy(info->driver, KBUILD_MODNAME, sizeof(info->driver));
strlcpy(info->version, EFX_DRIVER_VERSION, sizeof(info->version));
if (efx_nic_rev(efx) >= EFX_REV_SIENA_A0)
siena_print_fwver(efx, info->fw_version,
Expand Down
4 changes: 1 addition & 3 deletions trunk/drivers/net/sfc/net_driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@
* Build definitions
*
**************************************************************************/
#ifndef EFX_DRIVER_NAME
#define EFX_DRIVER_NAME "sfc"
#endif

#define EFX_DRIVER_VERSION "3.0"

#ifdef EFX_ENABLE_DEBUG
Expand Down

0 comments on commit d124715

Please sign in to comment.