summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorJason Gunthorpe <jgg@mellanox.com>2020-04-14 20:02:07 -0300
committerDavid S. Miller <davem@davemloft.net>2020-04-15 12:33:29 -0700
commit7dba92037baf3fa00b4880a31fd532542264994c (patch)
treebb8dda947f92717171d9ad0c1ff7960c369384ad /tools/perf/scripts/python/exported-sql-viewer.py
parent87b0f983f66f23762921129fd35966eddc3f2dae (diff)
downloadkernel-7dba92037baf3fa00b4880a31fd532542264994c.tar.gz
net/rds: Use ERR_PTR for rds_message_alloc_sgs()
Returning the error code via a 'int *ret' when the function returns a pointer is very un-kernely and causes gcc 10's static analysis to choke: net/rds/message.c: In function ‘rds_message_map_pages’: net/rds/message.c:358:10: warning: ‘ret’ may be used uninitialized in this function [-Wmaybe-uninitialized] 358 | return ERR_PTR(ret); Use a typical ERR_PTR return instead. Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions
ro/kernel/commit/drivers/net/wireless/iwlwifi/iwl-agn-hcmd.c?id=94597ab23ea10b3bdcba534be00a9f7b35791c07'>iwlagn: fix rts cts protectionJohannes Berg 2010-07-23iwlwifi: add TLV to specify the size of phy calibration tableWey-Yi Guy 2010-06-25iwlwifi: name change from signal protection flagWey-Yi Guy 2010-06-25Merge branch 'wireless-2.6' into wireless-next-2.6Reinette Chatre 2010-06-25iwlwifi: set TX_CMD_FLAG_PROT_REQUIRE_MSK in tx_flagWey-Yi Guy 2010-06-05iwlwifi: do not clear data after chain noise calibShanyu Zhao 2010-05-13iwlwifi: enable remaining 6000 Gen2 devicesShanyu Zhao 2010-04-16iwlwifi: make BT coex config a virtual methodJohannes Berg 2010-04-16iwlwifi: trigger scan synchronouslyJohannes Berg 2010-04-02iwlwifi: code cleanup for generic definesWey-Yi Guy 2010-03-25iwlwifi: remove non-exist extern functions and structuresWey-Yi Guy 2010-03-25iwlwifi: move hw related defines to separate fileWey-Yi Guy 2010-03-25iwlwifi: move hcmd related code to separate fileWey-Yi Guy