aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/stallion.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/stallion.c')
-rw-r--r--drivers/char/stallion.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/stallion.c b/drivers/char/stallion.c
index de5a725c3cc0..b976248e1072 100644
--- a/drivers/char/stallion.c
+++ b/drivers/char/stallion.c
@@ -4755,8 +4755,8 @@ static int __init stallion_module_init(void)
4755 if (IS_ERR(stallion_class)) 4755 if (IS_ERR(stallion_class))
4756 printk("STALLION: failed to create class\n"); 4756 printk("STALLION: failed to create class\n");
4757 for (i = 0; i < 4; i++) 4757 for (i = 0; i < 4; i++)
4758 device_create(stallion_class, NULL, MKDEV(STL_SIOMEMMAJOR, i), 4758 device_create_drvdata(stallion_class, NULL, MKDEV(STL_SIOMEMMAJOR, i),
4759 "staliomem%d", i); 4759 NULL, "staliomem%d", i);
4760 4760
4761 return 0; 4761 return 0;
4762err_unrtty: 4762err_unrtty: