Hi Ioana, I love your patch! Perhaps something to improve: [auto build test WARNING on net-next/master] url: https://github.com/0day-ci/linux/commits/Ioana-Ciornei/dpaa2-eth-transform-dpaa2_eth_queue_count-into-a-macro/20190117-075359 config: x86_64-allmodconfig (attached as .config) compiler: gcc-8 (Debian 8.2.0-14) 8.2.0 reproduce: # save the attached .config to linux build tree make ARCH=x86_64 All warnings (new ones prefixed by >>): >> WARNING: drivers/net/ethernet/freescale/dpaa2/fsl-dpaa2-eth.o(.init.text+0x3b5): Section mismatch in reference from the function init_module() to the function .exit.text:dpaa2_eth_dbg_exit() The function __init init_module() references a function __exit dpaa2_eth_dbg_exit(). This is often seen when error handling in the init function uses functionality in the exit path. The fix is often to remove the __exit annotation of dpaa2_eth_dbg_exit() so it may be used outside an exit section. --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation