Return-Path: Message-ID: <1515417550.7000.787.camel@linux.intel.com> Subject: Re: [PATCH v3 10/13] Bluetooth: hci_bcm: Support Apple GPIO handling From: Andy Shevchenko To: Lukas Wunner , Marcel Holtmann , Johan Hedberg Cc: Mika Westerberg , Frederic Danis , Loic Poulain , Hans de Goede , Max Shavrick , Leif Liddy , Daniel Roschka , Ronald Tschalaer , "Peter Y. Chuang" , linux-bluetooth@vger.kernel.org Date: Mon, 08 Jan 2018 15:19:10 +0200 In-Reply-To: <73222c916fea6b3f0ebe4c8674dd3e97e997d283.1515348092.git.lukas@wunner.de> References: <73222c916fea6b3f0ebe4c8674dd3e97e997d283.1515348092.git.lukas@wunner.de> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-bluetooth-owner@vger.kernel.org List-ID: On Sun, 2018-01-07 at 20:16 +0100, Lukas Wunner wrote: It looks like you are going to send another version, thus... > +#else > +static inline int bcm_apple_get_resources(struct bcm_device *dev) > +{ return -EOPNOTSUPP; } I would not do this kind of style, better to unroll to normal, like { return -EOPNOTSUPP; } > #endif /* CONFIG_ACPI */ -- Andy Shevchenko Intel Finland Oy