Searched refs:patch_entry_real (Results 1 – 1 of 1) sorted by relevance
1517 patch_info *patch_entry_real = NULL; in get_suspend_fw_table_entry() local1534 patch_entry_real = kmalloc(sizeof(fw_patch_table[0]), GFP_KERNEL); in get_suspend_fw_table_entry()1535 if (!patch_entry_real) in get_suspend_fw_table_entry()1537 memcpy(patch_entry_real, patch_entry, sizeof(fw_patch_table[0])); in get_suspend_fw_table_entry()1538 return patch_entry_real; in get_suspend_fw_table_entry()