Advertisement
Guest User

Untitled

a guest
Mar 13th, 2014
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. [ 19.806397] IRQ handler type mismatch for IRQ 28
  2. [ 19.811020] current handler: sunxi-gpio
  3. [ 19.814914] [<c001499c>] (unwind_backtrace+0x0/0x138) from [<c007cc44>] (__setup_irq+0x3a8/0x404)
  4. [ 19.823810] [<c007cc44>] (__setup_irq+0x3a8/0x404) from [<c007cd50>] (request_threaded_irq+0xb0/0x140)
  5. [ 19.833148] [<c007cd50>] (request_threaded_irq+0xb0/0x140) from [<c03b9400>] (goodix_ts_probe+0x690/0x968)
  6. [ 19.842828] [<c03b9400>] (goodix_ts_probe+0x690/0x968) from [<c03bfca8>] (i2c_device_probe+0xcc/0x124)
  7. [ 19.852163] [<c03bfca8>] (i2c_device_probe+0xcc/0x124) from [<c030607c>] (driver_probe_device+0xb0/0x348)
  8. [ 19.861753] [<c030607c>] (driver_probe_device+0xb0/0x348) from [<c03063a0>] (__driver_attach+0x8c/0x90)
  9. [ 19.871167] [<c03063a0>] (__driver_attach+0x8c/0x90) from [<c03046e0>] (bus_for_each_dev+0x54/0x88)
  10. [ 19.880233] [<c03046e0>] (bus_for_each_dev+0x54/0x88) from [<c030573c>] (bus_add_driver+0x18c/0x274)
  11. [ 19.889387] [<c030573c>] (bus_add_driver+0x18c/0x274) from [<c0306880>] (driver_register+0x78/0x12c)
  12. [ 19.898543] [<c0306880>] (driver_register+0x78/0x12c) from [<c03c1ae8>] (i2c_register_driver+0x2c/0xe4)
  13. [ 19.907956] [<c03c1ae8>] (i2c_register_driver+0x2c/0xe4) from [<c0008538>] (do_one_initcall+0x34/0x174)
  14. [ 19.917375] [<c0008538>] (do_one_initcall+0x34/0x174) from [<c07808c0>] (kernel_init+0x13c/0x1fc)
  15. [ 19.926275] [<c07808c0>] (kernel_init+0x13c/0x1fc) from [<c000f9ac>] (kernel_thread_exit+0x0/0x8)
  16. [ 19.935296] <<-GTP-ERROR->> Request IRQ failed!ERRNO:-16.
  17.  
  18.  
  19.  
  20.  
  21. code:
  22. ret = request_irq(ts->client->irq, // is 28
  23. goodix_ts_irq_handler,
  24. irq_table[ts->int_trigger_type], // is 1
  25. ts->client->name,
  26. ts);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement