Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c518a73e authored by Ari Kauppi's avatar Ari Kauppi Committed by John W. Linville
Browse files

wl12xx: Fix incorrect warning message.



A warning message in wl12xx_acx_event_mbox_mask has a copy/paste
error. Fix it to print the correct acx command.

Signed-off-by: default avatarAri Kauppi <Ext-Ari.Kauppi@nokia.com>
Signed-off-by: default avatarLuciano Coelho <luciano.coelho@nokia.com>
Signed-off-by: default avatarKalle Valo <kalle.valo@nokia.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 8ec8beb2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -735,7 +735,7 @@ int wl12xx_acx_event_mbox_mask(struct wl12xx *wl, u32 event_mask)
	ret = wl12xx_cmd_configure(wl, ACX_EVENT_MBOX_MASK,
				   mask, sizeof(*mask));
	if (ret < 0) {
		wl12xx_warning("failed to set aid: %d", ret);
		wl12xx_warning("failed to set acx_event_mbox_mask: %d", ret);
		goto out;
	}