Loading drivers/platform/msm/ipa/ipa_v2/ipa_hdr.c +6 −2 Original line number Diff line number Diff line /* Copyright (c) 2012-2015, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2016, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -785,6 +785,10 @@ int __ipa_del_hdr(u32 hdr_hdl) return -EINVAL; } if (entry->is_hdr_proc_ctx) IPADBG("del hdr of sz=%d hdr_cnt=%d phys_base=%pa\n", entry->hdr_len, htbl->hdr_cnt, &entry->phys_base); else IPADBG("del hdr of sz=%d hdr_cnt=%d ofst=%d\n", entry->hdr_len, htbl->hdr_cnt, entry->offset_entry->offset); Loading drivers/platform/msm/ipa/ipa_v3/ipa_hdr.c +5 −1 Original line number Diff line number Diff line Loading @@ -657,6 +657,10 @@ int __ipa3_del_hdr(u32 hdr_hdl) return -EINVAL; } if (entry->is_hdr_proc_ctx) IPADBG("del hdr of sz=%d hdr_cnt=%d phys_base=%pa\n", entry->hdr_len, htbl->hdr_cnt, &entry->phys_base); else IPADBG("del hdr of sz=%d hdr_cnt=%d ofst=%d\n", entry->hdr_len, htbl->hdr_cnt, entry->offset_entry->offset); Loading Loading
drivers/platform/msm/ipa/ipa_v2/ipa_hdr.c +6 −2 Original line number Diff line number Diff line /* Copyright (c) 2012-2015, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2016, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -785,6 +785,10 @@ int __ipa_del_hdr(u32 hdr_hdl) return -EINVAL; } if (entry->is_hdr_proc_ctx) IPADBG("del hdr of sz=%d hdr_cnt=%d phys_base=%pa\n", entry->hdr_len, htbl->hdr_cnt, &entry->phys_base); else IPADBG("del hdr of sz=%d hdr_cnt=%d ofst=%d\n", entry->hdr_len, htbl->hdr_cnt, entry->offset_entry->offset); Loading
drivers/platform/msm/ipa/ipa_v3/ipa_hdr.c +5 −1 Original line number Diff line number Diff line Loading @@ -657,6 +657,10 @@ int __ipa3_del_hdr(u32 hdr_hdl) return -EINVAL; } if (entry->is_hdr_proc_ctx) IPADBG("del hdr of sz=%d hdr_cnt=%d phys_base=%pa\n", entry->hdr_len, htbl->hdr_cnt, &entry->phys_base); else IPADBG("del hdr of sz=%d hdr_cnt=%d ofst=%d\n", entry->hdr_len, htbl->hdr_cnt, entry->offset_entry->offset); Loading