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>
This commit is contained in:

committed by
Abhijit Kulkarni

parent
1b3ad8486d
commit
c6257272d4
@@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
/*
|
||||
* Copyright (c) 2016-2020, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2016-2021, The Linux Foundation. All rights reserved.
|
||||
*/
|
||||
|
||||
#include <linux/delay.h>
|
||||
@@ -405,7 +405,7 @@ static int dp_hdcp2p2_aux_read_message(struct dp_hdcp2p2_ctrl *ctrl)
|
||||
diff_ms = ktime_ms_delta(finish_read, start_read);
|
||||
|
||||
if (ctrl->transaction_timeout && diff_ms > ctrl->transaction_timeout) {
|
||||
DP_ERR("HDCP read timeout exceeded (%dms > %dms)\n", diff_ms,
|
||||
DP_ERR("HDCP read timeout exceeded (%lldms > %ums)\n", diff_ms,
|
||||
ctrl->transaction_timeout);
|
||||
rc = -ETIMEDOUT;
|
||||
}
|
||||
|
Reference in New Issue
Block a user