Loading init/do_mounts_dm.c +1 −2 Original line number Diff line number Diff line Loading @@ -176,7 +176,6 @@ static void __init dm_substitute_devices(char *str, size_t str_len) continue; /* Temporarily terminate with a nul */ if (*candidate_end) candidate_end--; old_char = *candidate_end; *candidate_end = '\0'; Loading Loading
init/do_mounts_dm.c +1 −2 Original line number Diff line number Diff line Loading @@ -176,7 +176,6 @@ static void __init dm_substitute_devices(char *str, size_t str_len) continue; /* Temporarily terminate with a nul */ if (*candidate_end) candidate_end--; old_char = *candidate_end; *candidate_end = '\0'; Loading