[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <C5624DEB-606C-4FAE-B70D-25EC2D0F3D86@holtmann.org>
Date: Wed, 11 Oct 2017 20:11:23 +0200
From: Marcel Holtmann <marcel@...tmann.org>
To: Arnd Bergmann <arnd@...db.de>
Cc: "Gustavo F. Padovan" <gustavo@...ovan.org>,
Johan Hedberg <johan.hedberg@...il.com>,
Hans de Goede <hdegoede@...hat.com>,
Loic Poulain <loic.poulain@...il.com>,
"David S. Miller" <davem@...emloft.net>,
linux-bluetooth@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] Bluetooth: hci_bcm: fix build error without CONFIG_PM
Hi Arnd,
> This was introduced by the rework adding PM support:
>
> drivers/bluetooth/hci_bcm.c: In function 'bcm_device_exists':
> drivers/bluetooth/hci_bcm.c:156:22: error: 'struct bcm_device' has no member named 'hu'
> if (device && device->hu && device->hu->serdev)
> ^~
>
> The pointer is not available otherwise, so I'm enclosing
> all references in an #ifdef here.
>
> Fixes: 8a92056837fd ("Bluetooth: hci_bcm: Add (runtime)pm support to the serdev driver")
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
> ---
> drivers/bluetooth/hci_bcm.c | 4 ++++
> 1 file changed, 4 insertions(+)
both patches have been applied to bluetooth-next tree.
Regards
Marcel
Powered by blists - more mailing lists