-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
msm: ipa3: always initialize struct ipahal_imm_cmd_register_write
This fixes the following log flood: [ 23.222245] ------------[ cut here ]------------ [ 23.222247] WARNING: CPU: 5 PID: 1592 at techpack/dataipa/drivers/platform/msm/ipa/ipa_v3/ipahal/ipahal.c:317 ipa_imm_cmd_construct_register_write_v_4_0+0x120/0x1a8 [ 23.222248] CPU: 5 PID: 1592 Comm: kworker/u17:3 Tainted: G S W 5.10.186-arter97-r0-ga828ac1296ff #4 [ 23.222249] Hardware name: Qualcomm Technologies, Inc. Cape QRD with PM8010 (DT) [ 23.222250] Workqueue: ipa_power_mgmt ipa3_start_tag_process [ 23.222252] pstate: 22c00005 (nzCv daif +PAN +UAO +TCO BTYPE=--) [ 23.222253] pc : ipa_imm_cmd_construct_register_write_v_4_0+0x120/0x1a8 [ 23.222254] lr : ipa_imm_cmd_construct_register_write_v_4_0+0x118/0x1a8 [ 23.222255] sp : ffffff804ee4fc50 [ 23.222256] x29: ffffff804ee4fc50 x28: 0000000000000006 [ 23.222258] x27: 000000000000c5ba x26: ffffffefd72c3000 [ 23.222260] x25: ffffff8991de0208 x24: ffffff899a080800 [ 23.222262] x23: 0000000000000024 x22: 0000000000000021 [ 23.222264] x21: 0000000000000007 x20: ffffff804ee4fcc0 [ 23.222265] x19: ffffff899a080980 x18: ffffffffffffffff [ 23.222267] x17: 0000000000000000 x16: 00000000000000e8 [ 23.222269] x15: 0000000000000004 x14: ffffffefd6542340 [ 23.222271] x13: 000000000000ffff x12: 0000000000000003 [ 23.222273] x11: 00000000fffeffff x10: 00000000ffffffff [ 23.222275] x9 : 0000000000008300 x8 : ffffff8044040000 [ 23.222276] x7 : 5f6d6d695f617069 x6 : ffffffefd709db78 [ 23.222278] x5 : 0000000000000061 x4 : 0000000000000001 [ 23.222280] x3 : 0000000000000000 x2 : 0000000000000000 [ 23.222282] x1 : ffffffefd5b95dfa x0 : 0000000000000000 [ 23.222284] Call trace: [ 23.222286] ipa_imm_cmd_construct_register_write_v_4_0+0x120/0x1a8 [ 23.222287] ipahal_construct_imm_cmd+0xa0/0x158 [ 23.222289] ipa3_tag_generate_force_close_desc+0x80/0x204 [ 23.222291] ipa3_tag_aggr_force_close+0x64/0x12c [ 23.222292] ipa3_start_tag_process+0x14/0x54 [ 23.222293] process_one_work+0x1b8/0x458 [ 23.222295] worker_thread+0x2fc/0x77c [ 23.222296] kthread+0x138/0x2cc [ 23.222298] ret_from_fork+0x10/0x30 [ 23.222299] ---[ end trace bfe9f2f17049b046 ]--- Signed-off-by: Juhyung Park <[email protected]> Signed-off-by: onettboots <[email protected]>
- Loading branch information
1 parent
51f1ff9
commit af511ee
Showing
9 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters