diff options
Diffstat (limited to 'modutils/modprobe.c')
-rw-r--r-- | modutils/modprobe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/modprobe.c b/modutils/modprobe.c index f7d193a05..dafbb4ecd 100644 --- a/modutils/modprobe.c +++ b/modutils/modprobe.c | |||
@@ -791,7 +791,7 @@ static void check_dep(char *mod, struct mod_list_t **head, struct mod_list_t **t | |||
791 | if (*tail) | 791 | if (*tail) |
792 | (*tail)->m_next = find; | 792 | (*tail)->m_next = find; |
793 | find->m_prev = *tail; | 793 | find->m_prev = *tail; |
794 | /*find->m_next = NULL; - xzalloc did it */ | 794 | find->m_next = NULL; /* possibly NOT done by xzalloc! */ |
795 | 795 | ||
796 | if (!*head) | 796 | if (!*head) |
797 | *head = find; | 797 | *head = find; |