Commit 6b7f1841 authored by Linus Torvalds's avatar Linus Torvalds

Missed one-liner in the manual merge between Al and Douglas

parent 822455f0
...@@ -1310,7 +1310,6 @@ static int sd_init() ...@@ -1310,7 +1310,6 @@ static int sd_init()
sd_gendisks = NULL; sd_gendisks = NULL;
if (sd) vfree(sd); if (sd) vfree(sd);
sd = NULL; sd = NULL;
sd_blocksizes = NULL;
if (sd_sizes) vfree(sd_sizes); if (sd_sizes) vfree(sd_sizes);
sd_sizes = NULL; sd_sizes = NULL;
if (sd_dsk_arr) { if (sd_dsk_arr) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment