Re: [PATCH v3 1/3] Bluetooth: mt7921s: Support wake on bluetooth

From: Paul Menzel
Date: Thu Dec 23 2021 - 04:18:46 EST


Dear Sean,


Am 23.12.21 um 03:56 schrieb sean.wang@xxxxxxxxxxxx:

[…]

static int btmtksdio_probe(struct sdio_func *func,
const struct sdio_device_id *id)
{
@@ -998,6 +1024,7 @@ static int btmtksdio_probe(struct sdio_func *func,
hdev->shutdown = btmtksdio_shutdown;
hdev->send = btmtksdio_send_frame;
hdev->set_bdaddr = btmtk_set_bdaddr;
+ hdev->wakeup = btmtk_sdio_wakeup;

The equal sign still is not aligned with the one on `hdev->send`.

[…]


Kind regards,

Paul