Excerpts from andrew.donnellan's message of 2015-09-04 16:20:24 +1000: > + if (!cxl_adapter_link_ok(afu->adapter)) > + dev_warn(&dev->dev, "%s: Device link is down, refusing to enable AFU\n", __func__); > + return false; Based on the indentation it looks like you meant to add some curly brackets here. -Ian