Revert "usb: typec: ucsi: fix Clang -Wsign-conversion warning"

This reverts commit 4490c79518 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 <gregkh@google.com>
This commit is contained in:
Greg Kroah-Hartman
2025-07-04 07:02:08 +00:00
parent 580b0fa739
commit 6da4371380

View File

@@ -367,7 +367,7 @@ struct ucsi_debugfs_entry {
u64 low;
u64 high;
} response;
int status;
u32 status;
struct dentry *dentry;
};