From 6da4371380fb119ad2fbf1fc1fdc635e037cbf2f Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Fri, 4 Jul 2025 07:02:08 +0000 Subject: [PATCH] Revert "usb: typec: ucsi: fix Clang -Wsign-conversion warning" This reverts commit 4490c7951898dc64505533e7979837429bc9e290 which is commit f4239ace2dd8606f6824757f192965a95746da05 upstream. It breaks the Android kernel abi and can be brought back in the future in an abi-safe way if it is really needed. Bug: 161946584 Change-Id: Ief1921fb7a64095dfde41fc131a0ff30d2db3d37 Signed-off-by: Greg Kroah-Hartman --- drivers/usb/typec/ucsi/ucsi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/typec/ucsi/ucsi.h b/drivers/usb/typec/ucsi/ucsi.h index 0568e643e844..5863a20b6c5d 100644 --- a/drivers/usb/typec/ucsi/ucsi.h +++ b/drivers/usb/typec/ucsi/ucsi.h @@ -367,7 +367,7 @@ struct ucsi_debugfs_entry { u64 low; u64 high; } response; - int status; + u32 status; struct dentry *dentry; };