disp: msm: fix compilation errors for dlkm compilation
Fix dlkm compilation errors that are due to the use of -Werror flags used by the build system. Change-Id: I5e1e9bc63c1361d73e4930aab123212717872ecb Signed-off-by: Tatenda Chipeperekwa <tatendac@codeaurora.org>
Esse commit está contido em:

commit de
Abhijit Kulkarni

pai
1b3ad8486d
commit
c6257272d4
@@ -342,7 +342,7 @@ err:
|
||||
|
||||
SDE_ATRACE_END("msm_bus_scale_req");
|
||||
pr_err("failed to set data bus vote ab=%llu ib=%llu rc=%d\n",
|
||||
rc, in_ab_quota, in_ib_quota);
|
||||
in_ab_quota, in_ib_quota, rc);
|
||||
|
||||
return rc;
|
||||
}
|
||||
|
Referência em uma nova issue
Block a user