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:
@@ -298,7 +298,7 @@ struct ucsi_debugfs_entry {
|
||||
u64 low;
|
||||
u64 high;
|
||||
} response;
|
||||
int status;
|
||||
u32 status;
|
||||
struct dentry *dentry;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user