Re: [PATCH] page_pool: fix compile warning when CONFIG_PAGE_POOL is disabled

2019-06-19 Thread David Miller
From: Jesper Dangaard Brouer Date: Thu, 20 Jun 2019 00:15:52 +0200 > Kbuild test robot reported compile warning: > warning: no return statement in function returning non-void > in function page_pool_request_shutdown, when CONFIG_PAGE_POOL is disabled. > > The fix makes the code a little more ve

[PATCH] page_pool: fix compile warning when CONFIG_PAGE_POOL is disabled

2019-06-19 Thread Jesper Dangaard Brouer
Kbuild test robot reported compile warning: warning: no return statement in function returning non-void in function page_pool_request_shutdown, when CONFIG_PAGE_POOL is disabled. The fix makes the code a little more verbose, with a descriptive variable. Fixes: 99c07c43c4ea ("xdp: tracking page_p