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

Commit 83061e9f authored by Jorge Solano Altamirano's avatar Jorge Solano Altamirano
Browse files

msm: vidc: fix firmware level prints set-up



A previous commit modified the definition of the function that is use to
set the log level for firmware truncating the value.

Change-Id: I3c7ab6e9b802bc7a54e1470bcee17215202f4815
Signed-off-by: default avatarJorge Solano Altamirano <jsolano@codeaurora.org>
parent 7b6446cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1517,7 +1517,7 @@ static void venus_hfi_set_registers(struct venus_hfi_device *device)
	}
}

static int venus_hfi_sys_set_debug(struct venus_hfi_device *device, bool debug)
static int venus_hfi_sys_set_debug(struct venus_hfi_device *device, u32 debug)
{
	u8 packet[VIDC_IFACEQ_VAR_SMALL_PKT_SIZE];
	int rc = 0;