Skip to content

Commit

Permalink
[PATCH] jazzsonic: Fix build error.
Browse files Browse the repository at this point in the history
jazz_sonnic_device -> jazz_sonic_device

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
  • Loading branch information
Ralf Baechle authored and Jeff Garzik committed Dec 1, 2005
1 parent 56344d8 commit 23c2a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/jazzsonic.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ static int __init jazz_sonic_init_module(void)
}

jazz_sonic_device = platform_device_alloc(jazz_sonic_string, 0);
if (!jazz_sonnic_device)
if (!jazz_sonic_device)
goto out_unregister;

if (platform_device_add(jazz_sonic_device)) {
Expand Down

0 comments on commit 23c2a7b

Please sign in to comment.