Commit caddcf6d authored by Randy Dunlap's avatar Randy Dunlap Committed by Stephen Hemminger

[PATCH] depca: remove double semi-colon

description:      remove double semi-colon typo;
parent ca15b788
......@@ -1461,7 +1461,7 @@ static int __init depca_mca_probe(struct device *device)
out_unclaim:
mca_device_set_claim(mdev, 0);
return err;;
return err;
}
#endif
......
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