aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorJon Hunter <jon-hunter@ti.com>2013-02-11 14:26:19 -0600
committerSamuel Ortiz <sameo@linux.intel.com>2013-02-14 00:26:28 +0100
commit1765dbccaa5aa2db7b53dc765f0e636591876c03 (patch)
tree48f89502b987ea01393e20754fcfb27d25ac874b /tools/perf/scripts/python/export-to-postgresql.py
parentMerge branch 'abx500-pinctrl-for-mfd' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl into for-next (diff)
downloadlinux-dev-1765dbccaa5aa2db7b53dc765f0e636591876c03.tar.xz
linux-dev-1765dbccaa5aa2db7b53dc765f0e636591876c03.zip
mfd: twl-core: Fix kernel panic on boot
Commit 8a6aaa3 (mfd: twl-core: Collect global variables behind one private structure (global)) removed the variable "inuse" that is used to determine if the device has been initialised and now use the twl_priv structure instead. This is causing the kernel to panic on OMAP3+ devices using the twl driver, because we try to access the twl_priv->ready member before checking if twl_priv is initialised. Fix this and move this test to the beginning of the twl_i2c_read/write function because twl_get_last_module() also uses the twl_priv structure. Signed-off-by: Jon Hunter <jon-hunter@ti.com> Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions