Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [ 19.806397] IRQ handler type mismatch for IRQ 28
- [ 19.811020] current handler: sunxi-gpio
- [ 19.814914] [<c001499c>] (unwind_backtrace+0x0/0x138) from [<c007cc44>] (__setup_irq+0x3a8/0x404)
- [ 19.823810] [<c007cc44>] (__setup_irq+0x3a8/0x404) from [<c007cd50>] (request_threaded_irq+0xb0/0x140)
- [ 19.833148] [<c007cd50>] (request_threaded_irq+0xb0/0x140) from [<c03b9400>] (goodix_ts_probe+0x690/0x968)
- [ 19.842828] [<c03b9400>] (goodix_ts_probe+0x690/0x968) from [<c03bfca8>] (i2c_device_probe+0xcc/0x124)
- [ 19.852163] [<c03bfca8>] (i2c_device_probe+0xcc/0x124) from [<c030607c>] (driver_probe_device+0xb0/0x348)
- [ 19.861753] [<c030607c>] (driver_probe_device+0xb0/0x348) from [<c03063a0>] (__driver_attach+0x8c/0x90)
- [ 19.871167] [<c03063a0>] (__driver_attach+0x8c/0x90) from [<c03046e0>] (bus_for_each_dev+0x54/0x88)
- [ 19.880233] [<c03046e0>] (bus_for_each_dev+0x54/0x88) from [<c030573c>] (bus_add_driver+0x18c/0x274)
- [ 19.889387] [<c030573c>] (bus_add_driver+0x18c/0x274) from [<c0306880>] (driver_register+0x78/0x12c)
- [ 19.898543] [<c0306880>] (driver_register+0x78/0x12c) from [<c03c1ae8>] (i2c_register_driver+0x2c/0xe4)
- [ 19.907956] [<c03c1ae8>] (i2c_register_driver+0x2c/0xe4) from [<c0008538>] (do_one_initcall+0x34/0x174)
- [ 19.917375] [<c0008538>] (do_one_initcall+0x34/0x174) from [<c07808c0>] (kernel_init+0x13c/0x1fc)
- [ 19.926275] [<c07808c0>] (kernel_init+0x13c/0x1fc) from [<c000f9ac>] (kernel_thread_exit+0x0/0x8)
- [ 19.935296] <<-GTP-ERROR->> Request IRQ failed!ERRNO:-16.
- code:
- ret = request_irq(ts->client->irq, // is 28
- goodix_ts_irq_handler,
- irq_table[ts->int_trigger_type], // is 1
- ts->client->name,
- ts);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement