Yaroslav Furman 12d3bc8c57
power/supply: bq2597x_charger: Fix log formatting
Fixes:
[    0.817042] [bq2597x] bq2597x_charger_probe: lct client->irq=d
[    0.817046] Please remove unsupported %
[    0.817047] in format string
[    0.817048] ------------[ cut here ]------------
[    0.817050] WARNING: CPU: 5 PID: 1 at lib/vsprintf.c:2139 format_decode+0x424/0x434
[    0.817050] Modules linked in:
[    0.817053] CPU: 5 PID: 1 Comm: swapper/0 Tainted: G S              4.14.190-QuicksilveR-surya/b0b3615b #3
[    0.817054] Hardware name: Qualcomm Technologies, Inc. SDMMAGPIE PM6150 IDP (DT)
[    0.817055] task: 00000000863766aa task.stack: 00000000dd7fb7f4
[    0.817056] pc : format_decode+0x424/0x434
[    0.817056] lr : format_decode+0x420/0x434
[    0.817057] sp : ffffff800805b7a0 pstate : 60c00085
[    0.817058] x29: ffffff800805b7c0 x28: ffffff800805b880
[    0.817060] x27: 0000000000000013 x26: ffffff9fa83cb62a
[    0.817062] x25: ffffff9fa83cb62a x24: ffffff9fa8eb32dc
[    0.817064] x23: 0000000000ffffff x22: ffffff9fa8080f14
[    0.817066] x21: ffffff9fa8eb3688 x20: ffffff800805b7f0
[    0.817068] x19: ffffff9fa83cb62a x18: 0000000000000000
[    0.817070] x17: ffffff9fa8eb5690 x16: 0000000000000080
[    0.817072] x15: ffffff9fa7d58c68 x14: ffffff9fa8080fa4
[    0.817074] x13: 000000000000003e x12: 0000000000000000
[    0.817076] x11: ffffff9fa82f1a42 x10: 0000000000000001
[    0.817078] x9 : 9be42252b78f7e00 x8 : ffffff9fa83cb62b
[    0.817080] x7 : 6d726f66206e6920 x6 : ffffffc17c8dccee
[    0.817081] x5 : ffffff800805b928 x4 : 0000000000000000
[    0.817083] x3 : 0000000000000a67 x2 : 0000000000000006
[    0.817085] x1 : 0000000000000008 x0 : 000000000000002e
[    0.817087]
[    0.817088] PC: 0xffffff9fa7d58d88:
[    0.817089] 8d88  54fff1c1 91000928 5280098b 14000003 91000928 5280090b f9000be8 17ffff87
[    0.817094] 8da8  52800029 b0002cc0 91284800 f90007e8 392c4949 39400101 97af7407 f94007e8
[    0.817100] 8dc8  d4210000 f9400289 17ffffa2 97ad764c a9bf7bfd aa0103e8 9370fc61 910003fd
[    0.817105] 8de8  b4000241 d000294a f140045f 913c054a aa1f03e9 9a82314a 14000004 91000529
[    0.817111]
[    0.817112] LR: 0xffffff9fa7d58d84:
[    0.817112] 8d84  7101b17f 54fff1c1 91000928 5280098b 14000003 91000928 5280090b f9000be8
[    0.817118] 8da4  17ffff87 52800029 b0002cc0 91284800 f90007e8 392c4949 39400101 97af7407
[    0.817123] 8dc4  f94007e8 d4210000 f9400289 17ffffa2 97ad764c a9bf7bfd aa0103e8 9370fc61
[    0.817129] 8de4  910003fd b4000241 d000294a f140045f 913c054a aa1f03e9 9a82314a 14000004
[    0.817135]
[    0.817136] SP: 0xffffff800805b760:
[    0.817136] b760  a7d58dc8 ffffff9f 60c00085 00000000 0805b748 ffffff80 a6c70080 ffffff9f
[    0.817142] b780  ffffffff ffffffff b78f7e00 9be42252 0805b7c0 ffffff80 a7d58dc8 ffffff9f
[    0.817148] b7a0  00000000 00000000 a83cb62b ffffff9f a83cb62b ffffff9f b78f7e00 9be42252
[    0.817154] b7c0  0805b800 ffffff80 a7d583ec ffffff9f 0805b868 ffffff80 a8080d98 ffffff9f
[    0.817160]
[    0.817160] Call trace:
[    0.817161] format_decode+0x424/0x434
[    0.817162] vsnprintf+0xbc/0x674
[    0.817163] vscnprintf+0x38/0x80
[    0.817163] vprintk_store+0x60/0x164
[    0.817164] vprintk_emit+0xd8/0x324
[    0.817165] vprintk_default+0x44/0x68
[    0.817166] vprintk_func+0x314/0x340
[    0.817166] printk+0x54/0x78
[    0.817167] bq2597x_charger_probe+0x8bc/0xb34
[    0.817168] i2c_device_probe+0x244/0x2a4
[    0.817169] driver_probe_device+0x434/0x46c
[    0.817170] __driver_attach+0xb8/0xe4
[    0.817171] bus_for_each_dev+0xc0/0xf0
[    0.817171] driver_attach+0x20/0x28
[    0.817172] bus_add_driver+0x12c/0x21c
[    0.817173] driver_register+0xb0/0x108
[    0.817174] i2c_register_driver+0x3c/0xa4
[    0.817175] bq2597x_charger_driver_init+0x18/0x20
[    0.817175] do_one_initcall+0x19c/0x1e4
[    0.817176] kernel_init_freeable+0x480/0x580
[    0.817177] kernel_init+0x10/0x1f8
[    0.817178] ret_from_fork+0x10/0x18
[    0.817179] ---[ end trace 048069f5a3bee691 ]---

Signed-off-by: Yaroslav Furman <yaro330@gmail.com>
Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com>
Signed-off-by: azrim <mirzaspc@gmail.com>
2022-03-19 07:12:21 +00:00
2021-12-08 09:06:34 +01:00
2020-02-21 06:32:58 -08:00
2020-02-21 06:32:58 -08:00

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
No description provided
Readme 1.4 GiB
Languages
C 98.1%
Assembly 1.2%
Makefile 0.3%