summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorWei Yongjun <weiyongjun1@huawei.com>2018-01-27 08:10:59 +0000
committerDavid S. Miller <davem@davemloft.net>2018-01-29 14:28:48 -0500
commit2d85ec8acb01601a216b6c591cab63bfaacd2083 (patch)
tree0027a9a6a6b5016a3d95a85e566ea1859aac824c /tools/perf/scripts/python/export-to-postgresql.py
parentb3ca676f681409301332a75049e3148b7cb86141 (diff)
downloadkernel-2d85ec8acb01601a216b6c591cab63bfaacd2083.tar.gz
oradax: Fix return value check in dax_attach()
In case of error, the function class_create() returns ERR_PTR() and never returns NULL. The NULL test in the return value check should be replaced with IS_ERR(). Fixes: dd0273284c74 ("sparc64: Oracle DAX driver") Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions
href='/distro/kernel/commit/drivers/infiniband/hw/cxgb3?h=linux-6.6.y&id=31e4543db29fb85496a122b965d6482c8d1a2bfe'>ipv4: Make caller provide on-stack flow key to ip_route_output_ports().David S. Miller 2011-03-12ipv4: Create and use route lookup helpers.David S. Miller 2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller 2011-03-01ipv4: Kill can_sleep arg to ip_route_output_flow()David S. Miller 2011-03-01ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"David S. Miller 2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds 2011-01-10RDMA/cxgb3,cxgb4: Remove dead codeStephen Hemminger 2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König 2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds 2010-10-26Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', ...Roland Dreier 2010-10-26RDMA/cxgb3: Remove unnecessary KERN_<level> useJoe Perches 2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds 2010-10-23IB: Replace EXTRA_CFLAGS with ccflags-ymatt mooney 2010-10-22RDMA/cxgb3: When a user QP is marked in error, also mark the CQs in errorSteve Wise 2010-10-18Update broken web addresses in the kernel.Justin P. Mattock 2010-09-27RDMA/cxgb3: Turn off RX coalescing for iWARP connectionsSteve Wise 2010-09-02RDMA/cxgb3: Don't exceed the max HW CQ depthSteve Wise 2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds