summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorZhangfei Gao <zhangfei.gao@marvell.com>2011-04-27 11:44:29 -0700
committerThomas Gleixner <tglx@linutronix.de>2011-04-28 11:16:21 +0200
commitf945a3d9600633de589ce698233b34ff6ad57e55 (patch)
tree61032ef1fe4917f1a505d9a3ea517b1bc54ee502 /tools/perf/scripts/python/call-graph-from-postgresql.py
parente8dad69408a9812d6bb42d03e74d2c314534a4fa (diff)
downloadkernel-f945a3d9600633de589ce698233b34ff6ad57e55.tar.gz
rtc: max8925: Call dev_set_drvdata before rtc_device_register
We call rtc_read_alarm from rtc_device_register, so it is important that the rtc device is fully initialized prior to registration. rtc-max8925 sets drvdata after register, so the rtc_read_alarm code dereferences a NULL pointer. Call dev_set_drvdata before rtc_device_register. [ jstultz/tglx: Massaged commit message ] Signed-off-by: Zhangfei Gao <zhangfei.gao@marvell.com> Cc: Alessandro Zummo <a.zummo@towertech.it> Link: http://lkml.kernel.org/r/%3C1303929869-25249-1-git-send-email-john.stultz%40linaro.org%3E Signed-off-by: John Stultz <john.stultz@linaro.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions
llemoes 2014-08-06lib: bitmap: make nbits parameter of bitmap_equal unsignedRasmus Villemoes 2014-08-06lib: bitmap: make nbits parameter of bitmap_full unsignedRasmus Villemoes 2014-08-06lib: bitmap: make nbits parameter of bitmap_empty unsignedRasmus Villemoes 2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers 2012-05-29lib/bitmap.c: fix documentation for scnprintf() functionsAndrew Morton 2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds 2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker 2012-02-29bug.h: add include of it to various implicit C usersPaul Gortmaker 2011-10-31lib/bitmap.c: quiet sparse noise about address spaceH Hartley Sweeten 2011-08-03Merge branch 'apei' into apei-releaseLen Brown 2011-08-03lib, Make gen_pool memory allocator locklessHuang Ying 2011-07-26cpusets: randomize node rotor used in cpuset_mem_spread_node()Michal Hocko 2011-06-15lib/bitmap.c: fix kernel-doc notationRandy Dunlap 2011-05-25bitmap, irq: add smp_affinity_list interface to /proc/irqMike Travis 2011-03-31Fix common misspellingsLucas De Marchi 2010-10-26lib/bitmap.c: use hex_to_bin()Andy Shevchenko 2010-05-30Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()"Linus Torvalds 2010-05-27cpusets: randomize node rotor used in cpuset_mem_spread_node()Jack Steiner 2010-03-06bitmap: use for_each_set_bit()Akinobu Mita 2010-03-06lib: fix first line of kernel-doc for a few functionsBen Hutchings 2009-12-16bitmap: introduce bitmap_set, bitmap_clear, bitmap_find_next_zero_areaAkinobu Mita 2009-08-21Make bitmask 'and' operators return a result codeLinus Torvalds 2009-03-12bitmap: fix end condition in bitmap_find_free_regionLinus Torvalds 2008-10-23Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2008-10-20bitmask: remove bitmap_scnprintf_len()Lai Jiangshan 2008-09-17bitmap: add bitmap_copy_le()David Vrabel 2008-08-12seq_file: add seq_cpumask(), seq_nodemask()Alexey Dobriyan 2008-05-13cpumask: remove bitmap_scnprintf_len and cpumask_scnprintf_lenPaul Jackson 2008-04-28mempolicy: add bitmap_onto() and bitmap_fold() operationsPaul Jackson 2008-04-19cpumask: add cpumask_scnprintf_len functionMike Travis 2007-11-05Fix bitmap_scnlistprintf for empty masksAndi Kleen