Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320512
b: refs/heads/master
c: 17a2bf7
h: refs/heads/master
v: v3
  • Loading branch information
Devendra Naga authored and David S. Miller committed Jul 30, 2012
1 parent b066fb5 commit 3fb131e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: ea4b3857861fe147137517da200d04cbbc91ad49
refs/heads/master: 17a2bf798621ce8579f7563deaf4640f15931d0e
4 changes: 1 addition & 3 deletions trunk/drivers/net/ethernet/seeq/seeq8005.c
Original file line number Diff line number Diff line change
Expand Up @@ -736,9 +736,7 @@ MODULE_PARM_DESC(irq, "SEEQ 8005 IRQ number");
int __init init_module(void)
{
dev_seeq = seeq8005_probe(-1);
if (IS_ERR(dev_seeq))
return PTR_ERR(dev_seeq);
return 0;
return PTR_RET(dev_seeq);
}

void __exit cleanup_module(void)
Expand Down

0 comments on commit 3fb131e

Please sign in to comment.