Skip to content

Commit

Permalink
[PATCH] Remove useless comment from sb1250
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Dave Jones authored and Jeff Garzik committed Oct 21, 2006
1 parent 12cbbd9 commit 089fff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/sb1250-mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -2903,7 +2903,7 @@ sbmac_init_module(void)

dev = alloc_etherdev(sizeof(struct sbmac_softc));
if (!dev)
return -ENOMEM; /* return ENOMEM */
return -ENOMEM;

printk(KERN_DEBUG "sbmac: configuring MAC at %lx\n", port);

Expand Down

0 comments on commit 089fff2

Please sign in to comment.