Loading drivers/hv/channel_mgmt.c +1 −2 Original line number Diff line number Diff line Loading @@ -408,8 +408,7 @@ static void init_vp_index(struct vmbus_channel *channel, const uuid_le *type_gui struct cpumask *alloced_mask; for (i = IDE; i < MAX_PERF_CHN; i++) { if (!memcmp(type_guid->b, &hp_devs[i].guid, sizeof(uuid_le))) { if (!uuid_le_cmp(*type_guid, hp_devs[i].guid)) { perf_chn = true; break; } Loading drivers/hv/vmbus_drv.c +2 −2 Original line number Diff line number Diff line Loading @@ -533,7 +533,7 @@ static const uuid_le null_guid; static inline bool is_null_guid(const uuid_le *guid) { if (memcmp(guid, &null_guid, sizeof(uuid_le))) if (uuid_le_cmp(*guid, null_guid)) return false; return true; } Loading @@ -547,7 +547,7 @@ static const struct hv_vmbus_device_id *hv_vmbus_get_id( const uuid_le *guid) { for (; !is_null_guid(&id->guid); id++) if (!memcmp(&id->guid, guid, sizeof(uuid_le))) if (!uuid_le_cmp(id->guid, *guid)) return id; return NULL; Loading Loading
drivers/hv/channel_mgmt.c +1 −2 Original line number Diff line number Diff line Loading @@ -408,8 +408,7 @@ static void init_vp_index(struct vmbus_channel *channel, const uuid_le *type_gui struct cpumask *alloced_mask; for (i = IDE; i < MAX_PERF_CHN; i++) { if (!memcmp(type_guid->b, &hp_devs[i].guid, sizeof(uuid_le))) { if (!uuid_le_cmp(*type_guid, hp_devs[i].guid)) { perf_chn = true; break; } Loading
drivers/hv/vmbus_drv.c +2 −2 Original line number Diff line number Diff line Loading @@ -533,7 +533,7 @@ static const uuid_le null_guid; static inline bool is_null_guid(const uuid_le *guid) { if (memcmp(guid, &null_guid, sizeof(uuid_le))) if (uuid_le_cmp(*guid, null_guid)) return false; return true; } Loading @@ -547,7 +547,7 @@ static const struct hv_vmbus_device_id *hv_vmbus_get_id( const uuid_le *guid) { for (; !is_null_guid(&id->guid); id++) if (!memcmp(&id->guid, guid, sizeof(uuid_le))) if (!uuid_le_cmp(id->guid, *guid)) return id; return NULL; Loading