summaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorTian Tao <tiantao6@hisilicon.com>2021-04-29 15:39:39 +0800
committerJarkko Sakkinen <jarkko@kernel.org>2021-06-23 16:51:03 +0300
commit7937bd532fe6f6342206b3e002bd791bf25085e0 (patch)
treee2ae672ceda3aaaf3ddc77adf2dc0ffa4be0b666 /scripts/stackusage
parent0c18f29aae7ce3dadd26d8ee3505d07cc982df75 (diff)
downloadkernel-7937bd532fe6f6342206b3e002bd791bf25085e0.tar.gz
tpm_crb: Use IOMEM_ERR_PTR when function returns iomem
This is to simplify the code, and IOMEM_ERR_PTR(err) is same with (__force void __iomem *)ERR_PTR(err). Signed-off-by: Tian Tao <tiantao6@hisilicon.com> Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org> Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
td> 2021-03-08net: hisilicon: hns: fix error return code of hns_nic_clear_all_rx_fetch()Jia-Ju Bai 2021-01-18net: hns: fix variable used when DEBUG is definedTom Rix 2020-12-28net: hns: fix return value check in __lb_other_process()Yunjian Wang 2020-12-09hisilicon/hns: convert comma to semicolonZheng Yongjun 2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg 2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller 2020-09-18net: hns: kerneldoc fixesLu Wei 2020-09-16net: hns: kerneldoc fixesLu Wei 2020-09-11net: hns: use IRQ_NOAUTOEN to avoid irq is enabled due to request_irqBarry Song 2020-09-10net: hns: Fix some kernel-doc warnings in hns_enet.cWang Hai 2020-09-10net: hns: Fix some kernel-doc warnings in hns_dsaf_xgmac.cWang Hai 2020-09-10net: hns: fix 'cdev' kernel-doc warning in hnae_ae_unregister()Wang Hai 2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds 2020-08-31net: hns: Remove unused macro AE_NAME_PORT_ID_IDXYueHaibing 2020-08-26net: Take common prefetch code structure into a functionTariq Toukan 2020-08-24net: hns: Fix memleak in hns_nic_dev_probeDinghao Liu 2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva 2020-07-20net: hns: use eth_broadcast_addr() to assign broadcast addressXu Wang 2020-06-25hns: do not cast return value of napi_gro_receive to nullJason A. Donenfeld 2020-04-20net: hns: use true,false for bool variablesJason Yan