Re: [PATCH 2/4] Input: cyttsp4 - core driver for Cypress TMA4XX touchscreen devices

2012-08-26 Thread Ferruh Yigit
On 08/24/2012 05:21 PM, Michal Marek wrote: Dne 7.8.2012 15:09, Ferruh Yigit napsal(a): +static int __init cyttsp4_core_init(void) +{ + int rc = 0; + + rc = cyttsp4_register_core_driver(_core_driver); + pr_info("%s: Cypress TTSP v4 core driver (Built %s @ %s) rc=%d\n", +

Re: [PATCH 2/4] Input: cyttsp4 - core driver for Cypress TMA4XX touchscreen devices

2012-08-26 Thread Ferruh Yigit
On 08/24/2012 05:21 PM, Michal Marek wrote: Dne 7.8.2012 15:09, Ferruh Yigit napsal(a): +static int __init cyttsp4_core_init(void) +{ + int rc = 0; + + rc = cyttsp4_register_core_driver(cyttsp4_core_driver); + pr_info(%s: Cypress TTSP v4 core driver (Built %s @ %s) rc=%d\n, +

Re: [PATCH 2/4] Input: cyttsp4 - core driver for Cypress TMA4XX touchscreen devices

2012-08-24 Thread Michal Marek
Dne 7.8.2012 15:09, Ferruh Yigit napsal(a): > +static int __init cyttsp4_core_init(void) > +{ > + int rc = 0; > + > + rc = cyttsp4_register_core_driver(_core_driver); > + pr_info("%s: Cypress TTSP v4 core driver (Built %s @ %s) rc=%d\n", > +__func__, __DATE__,

Re: [PATCH 2/4] Input: cyttsp4 - core driver for Cypress TMA4XX touchscreen devices

2012-08-24 Thread Michal Marek
Dne 7.8.2012 15:09, Ferruh Yigit napsal(a): +static int __init cyttsp4_core_init(void) +{ + int rc = 0; + + rc = cyttsp4_register_core_driver(cyttsp4_core_driver); + pr_info(%s: Cypress TTSP v4 core driver (Built %s @ %s) rc=%d\n, +__func__, __DATE__,