Home
last modified time | relevance | path

Searched hist:"61 ab4d721f0349105f612e633a7fa2a59ceb52ea" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/power/io-domain/
H A Drockchip-io-domain.c61ab4d721f0349105f612e633a7fa2a59ceb52ea Wed Nov 27 02:22:07 UTC 2019 David Wu <david.wu@rock-chips.com> power: io-domain: Don't printf sudev->name when get regulator failed

This patch fixed the following issue:

Stack:
[< 00295020 >] strnlen+0x10/0x28
[< 002965b4 >] vsnprintf_internal+0x61c/0xa84
[< 00296a6c >] vscnprintf+0x50/0x74
[< 00296c58 >] printf+0x94/0xb4
[< 00263e04 >] rockchip_iodomain_probe+0xcc/0x19c
[< 0022e310 >] device_probe+0x21c/0x268
[< 0022f3e8 >] uclass_get_device_tail+0x1c/0x40
[< 0022f6dc >] uclass_first_device+0x30/0x44
[< 00263cdc >] io_domain_init+0x2c/0x50
[< 00202da8 >] board_init+0xb4/0xc4
[< 0027a480 >] initcall_run_list+0x58/0x94
[< 00214fbc >] board_init_r+0x20/0x24
[< 00201b24 >] relocation_return+0x4/0x0

Change-Id: I1afc2613a1dba32e7f9c6ad2165e80853d421187
Signed-off-by: David Wu <david.wu@rock-chips.com>