Commit 2583ec21 authored by James Bottomley's avatar James Bottomley

Correct sd.c compile by adding } lost in merge

parent 34f1e874
......@@ -1334,6 +1334,7 @@ static int __init init_sd(void)
SD_MAJOR(i));
else
majors++;
}
if (!majors)
return -ENODEV;
......
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