On Thu, Aug 31, 2017 at 4:44 PM, Eric Bentley <Eric.Bentley@xxxxxxxxxxxxx> wrote: > - if (sdio_set_host_pm_flags(sdiodev->func[1], sdio_flags)) > + if (sdio_set_host_pm_flags(sdiodev->func[1], sdio_flags)) ( Hi Eric, Shouldn't that be a '{' instead of '('? Maybe I'm missing some context, but that doesn't look compilable. :) - Steve