summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-sql.py
diff options
context:
space:
mode:
authorPeter Senna Tschudin <peter.senna@gmail.com>2013-10-02 14:19:49 +0200
committerDavid S. Miller <davem@davemloft.net>2013-10-03 15:40:33 -0400
commitb85d717c1b66a40f006148a31e6bbb88ca6b45c0 (patch)
treee763094f2494ff4cb3ce83e3ec64bc4cef3b5ee2 /tools/perf/scripts/python/call-graph-from-sql.py
parent55705639807387d1f2637fd6ee9fd8cc087f3903 (diff)
downloadkernel-b85d717c1b66a40f006148a31e6bbb88ca6b45c0.tar.gz
net: bnx2x: Change variable type to bool
The variable rc is only assigned the values true and false. The function bnx2x_prev_is_path_marked already returns bool. Change rc type to bool. The simplified semantic patch that find this problem is as follows (http://coccinelle.lip6.fr/): @exists@ type T; identifier b; @@ - T + bool b = ...; ... when any b = \(true\|false\) Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions
2014-07-25 07:43:45 -0400'>2014-07-25scsi: convert device_busy to atomic_tChristoph Hellwig 2014-07-17scsi: use 64-bit value for 'max_luns'Hannes Reinecke 2014-07-17scsi: use 64-bit LUNsHannes Reinecke 2014-05-28mptfusion: fix msgContext in mptctl_hp_hostinfoTomas Henzl 2014-05-28fusion: Remove use of DEF_SCSI_QCMDMatthew Wilcox 2014-05-28fusion: Add free msg frames to the head, not tail of listMatthew Wilcox 2014-04-01Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds 2014-02-26i2o: Use pci_bus_alloc_resource(), not allocate_resource() directlyBjorn Helgaas 2014-02-26i2o: Refactor i2o_iop_systab_set() PCI space allocationBjorn Helgaas 2014-02-26i2o: Fix I/O space alignment requirementBjorn Helgaas 2014-02-26i2o: Fix I/O space allocation copy/paste errorBjorn Helgaas 2014-02-10drivers/message/i2o/i2o_config.c: fix deadlock in compat_ioctl(I2OGETIOPS)Alexey Khoroshilov 2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds 2014-01-14MPT / PCI: Use pci_stop_and_remove_bus_device_locked()Rafael J. Wysocki 2013-11-23block: Kill bio_segments()/bi_vcnt usageKent Overstreet 2013-11-13drivers/message/i2o/driver.c: add missing destroy_workqueue() on error in i2o...Wei Yongjun 2013-10-16i2o: convert bus code to use dev_groupsGreg Kroah-Hartman 2013-07-03drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook 2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds 2013-05-07block_device_operations->release() should return voidAl Viro 2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2013-05-01proc: Add proc_mkdir_data()David Howells 2013-04-30i2o: check copy_from_user() size parameterDan Carpenter 2013-04-29mptctl: don't wank with fasync in ->release()Al Viro 2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro 2013-04-09fusion: switch to ->show_info()Al Viro 2013-04-09i2o: use proc_remove_subtree()Al Viro 2013-03-23block: Remove some unnecessary bi_vcnt usageKent Overstreet 2013-01-03Drivers: message: remove __dev* attributes.Greg Kroah-Hartman 2012-12-18drivers/message/fusion/mptscsih.c: missing breakAlan Cox 2012-11-28messages: i2o: Fix typo in messages/i2oMasanari Iida