From: Matthias Kaehlcke Date: Fri, 3 Aug 2012 19:49:44 +0000 (-0500) Subject: drivers/misc/ti-st: check chip_awake NULL check X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~77^2~23^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=877cdf3949cc67d00677a1dfb913001f324ac40d;p=pandora-kernel.git drivers/misc/ti-st: check chip_awake NULL check Before calling on any of the platform hooks, shared transport driver checks for the validity of the platform hooks as to whether it is provided or not. A wrong function was being checked for, before the chip_awake hook was called by the HCI-LL sleep logic handler. This patch corrects the check. Signed-off-by: Pavan Savoy Signed-off-by: Matthias Kaehlcke Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed