summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-11-14 12:35:28 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-11-14 12:35:28 +0100
commit5fb997c779d89e0db39892f85c977825a86d32eb (patch)
treefb2b9f47fa14fba184a4ac688f31a8ae051d4980
parent802b2ab3c2ca8c5fa5e6b24dd3a52cd4b520612e (diff)
netdde: update machdev_trivfs_init call
-rw-r--r--machdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/machdev.c b/machdev.c
index 5e6fb841e..9247e94ce 100644
--- a/machdev.c
+++ b/machdev.c
@@ -8,7 +8,7 @@ void machdev_init(void)
{
machdevdde_register_net();
machdev_device_init();
- machdev_trivfs_init(MACH_PORT_NULL, NULL, &bootstrap);
+ machdev_trivfs_init(MACH_PORT_NULL, "netdde", NULL, &bootstrap);
}
void machdev_run1 (void *arg)