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 <andriy.shevchenko@xxxxxxxxxxxxxxx> Intel Finland Oy -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html