mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-07 06:08:41 +00:00
[PATCH] Remove useless comment from sb1250
Signed-off-by: Dave Jones <davej@redhat.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
12cbbd95e1
commit
089fff2aa8
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user