[PATCH] ti-st: Fix check for pdata->chip_awake function pointer

2012-08-02 Thread Matthias Kaehlcke
ll_device_want_to_wakeup(): Fix the NULL pointer check on pdata->chip_awake, which is performed on the wrong function pointer Signed-off-by: Matthias Kaehlcke --- drivers/misc/ti-st/st_ll.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/misc/ti-st/st_ll.c

[PATCH] ti-st: Fix check for pdata-chip_awake function pointer

2012-08-02 Thread Matthias Kaehlcke
ll_device_want_to_wakeup(): Fix the NULL pointer check on pdata-chip_awake, which is performed on the wrong function pointer Signed-off-by: Matthias Kaehlcke matth...@kaehlcke.net --- drivers/misc/ti-st/st_ll.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git