Displaying 1 result from an estimated 1 matches for "dmi_memory_array_error_handl".
Did you mean:
dmi_memory_array_error_handle
2009 Apr 10
2
[RESEND][PATCH] gpllib: dmi: set default memory speed to "Unknown"
...if (h->length < 0x15) break;
dmi->memory_count++;
s_memory *mem = &dmi->memory[dmi->memory_count-1];
+ sprintf(mem->speed, "%s", "Unknown");
dmi->memory[dmi->memory_count-1].filled=true;
dmi_memory_array_error_handle(WORD(data + 0x06),mem->error);
dmi_memory_device_width(WORD(data + 0x08),mem->total_width);