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

This reverts commit b63f23fb0a 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: I24f111caa0ab721abfae8d993c6662ec25b85b55
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Greg Kroah-Hartman
2025-07-03 09:13:54 +00:00
parent 83acbc66b0
commit 2ed4312ac3

View File

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