Loading sound/soc/msm/qdsp6v2/msm-dts-eagle.c +2 −2 Original line number Diff line number Diff line Loading @@ -1302,10 +1302,10 @@ int msm_dts_eagle_ioctl(unsigned int cmd, unsigned long arg) if (((u32 *)_sec_blob[target[0]])[1] != target[1]) { eagle_ioctl_dbg("%s: request new size for already allocated license index %u", __func__, target[0]); } kfree(_sec_blob[target[0]]); _sec_blob[target[0]] = NULL; } } eagle_ioctl_dbg("%s: allocating %u bytes for license index %u", __func__, target[1], target[0]); _sec_blob[target[0]] = kzalloc(target[1] + 4, GFP_KERNEL); Loading Loading
sound/soc/msm/qdsp6v2/msm-dts-eagle.c +2 −2 Original line number Diff line number Diff line Loading @@ -1302,10 +1302,10 @@ int msm_dts_eagle_ioctl(unsigned int cmd, unsigned long arg) if (((u32 *)_sec_blob[target[0]])[1] != target[1]) { eagle_ioctl_dbg("%s: request new size for already allocated license index %u", __func__, target[0]); } kfree(_sec_blob[target[0]]); _sec_blob[target[0]] = NULL; } } eagle_ioctl_dbg("%s: allocating %u bytes for license index %u", __func__, target[1], target[0]); _sec_blob[target[0]] = kzalloc(target[1] + 4, GFP_KERNEL); Loading