aboutsummaryrefslogtreecommitdiffstats
path: root/nicrealtek.c
diff options
context:
space:
mode:
Diffstat (limited to 'nicrealtek.c')
-rw-r--r--nicrealtek.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nicrealtek.c b/nicrealtek.c
index 5454b63a..2208179c 100644
--- a/nicrealtek.c
+++ b/nicrealtek.c
@@ -86,7 +86,7 @@ int nicrealtek_init(void)
if (register_shutdown(nicrealtek_shutdown, NULL))
return 1;
- register_par_master(&par_master_nicrealtek, BUS_PARALLEL);
+ register_par_master(&par_master_nicrealtek, BUS_PARALLEL, NULL);
return 0;
}