Return-path: Received: from mail-wr0-f175.google.com ([209.85.128.175]:32839 "EHLO mail-wr0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752072AbdHaXtp (ORCPT ); Thu, 31 Aug 2017 19:49:45 -0400 Received: by mail-wr0-f175.google.com with SMTP id k94so2746441wrc.0 for ; Thu, 31 Aug 2017 16:49:44 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Steve deRosier Date: Thu, 31 Aug 2017 16:49:43 -0700 Message-ID: (sfid-20170901_015000_645771_3574F748) Subject: Re: [PATCH] Correctly fail to suspend when SDIO does not support power on suspend To: Eric Bentley Cc: "linux-wireless@vger.kernel.org" , "arend.vanspriel@broadcom.com" Content-Type: text/plain; charset="UTF-8" Sender: linux-wireless-owner@vger.kernel.org List-ID: On Thu, Aug 31, 2017 at 4:44 PM, Eric Bentley 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