Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118328
b: refs/heads/master
c: 51ac3be
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and Jeff Garzik committed Oct 31, 2008
1 parent 601d02f commit f1bac21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: 6824a105d4b699e3c08cc3df371de4b0480017b9
refs/heads/master: 51ac3beffd4afaea4350526cf01fe74aaff25eff
2 changes: 0 additions & 2 deletions trunk/drivers/net/smc91x.c
Original file line number Diff line number Diff line change
Expand Up @@ -2060,7 +2060,6 @@ static int smc_request_attrib(struct platform_device *pdev,
struct net_device *ndev)
{
struct resource * res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "smc91x-attrib");
struct smc_local *lp = netdev_priv(ndev);

if (!res)
return 0;
Expand All @@ -2075,7 +2074,6 @@ static void smc_release_attrib(struct platform_device *pdev,
struct net_device *ndev)
{
struct resource * res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "smc91x-attrib");
struct smc_local *lp = netdev_priv(ndev);

if (res)
release_mem_region(res->start, ATTRIB_SIZE);
Expand Down

0 comments on commit f1bac21

Please sign in to comment.