]> asedeno.scripts.mit.edu Git - linux.git/commit
ehea: replace with page_shift() in ehea_is_hugepage()
authorYunfeng Ye <yeyunfeng@huawei.com>
Tue, 5 Nov 2019 11:30:45 +0000 (19:30 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 Nov 2019 18:23:35 +0000 (10:23 -0800)
commit9439bb0f3656003308a479a9a785ec2e79cfeb39
tree7085dcebb6d77bd27388f112a83354107eb053ea
parent5d8876e2c2517e8f0b035f5566b1775f99d785ea
ehea: replace with page_shift() in ehea_is_hugepage()

The function page_shift() is supported after the commit 94ad9338109f
("mm: introduce page_shift()").

So replace with page_shift() in ehea_is_hugepage() for readability.

Signed-off-by: Yunfeng Ye <yeyunfeng@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ibm/ehea/ehea_qmr.c