Loading drivers/platform/msm/ipa/ipa.c +0 −2 Original line number Diff line number Diff line Loading @@ -228,9 +228,7 @@ static void ipa_wan_msg_free_cb(void *buff, u32 len, u32 type) type != WAN_UPSTREAM_ROUTE_DEL && type != WAN_EMBMS_CONNECT) { IPAERR("Wrong type given. buff %p type %d\n", buff, type); return; } kfree(buff); } Loading Loading
drivers/platform/msm/ipa/ipa.c +0 −2 Original line number Diff line number Diff line Loading @@ -228,9 +228,7 @@ static void ipa_wan_msg_free_cb(void *buff, u32 len, u32 type) type != WAN_UPSTREAM_ROUTE_DEL && type != WAN_EMBMS_CONNECT) { IPAERR("Wrong type given. buff %p type %d\n", buff, type); return; } kfree(buff); } Loading