Remove cast to the same type

[clang-tidy] Found with google-readability-casting

Signed-off-by: Rosen Penev rosenp@gmail.com
diff --git a/src/libusbmuxd.c b/src/libusbmuxd.c
index 785da8b..93493a9 100644
--- a/src/libusbmuxd.c
+++ b/src/libusbmuxd.c
@@ -1528,7 +1528,7 @@
 	}
 
 	tag = ++use_tag;
-	if (send_connect_packet(sfd, tag, (uint32_t)handle, (uint16_t)port) <= 0) {
+	if (send_connect_packet(sfd, tag, handle, (uint16_t)port) <= 0) {
 		LIBUSBMUXD_DEBUG(1, "%s: Error sending connect message!\n", __func__);
 	} else {
 		// read ACK