Hi Krzysztof,
I love your patch! Perhaps something to improve:
[auto build test WARNING on arm64/for-next/core]
[also build test WARNING on linus/master v5.12-rc2 next-20210311]
[cannot apply to clk/clk-next soc/for-next]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]
url:
https://github.com/0day-ci/linux/commits/Krzysztof-Kozlowski/arm64-clk-so...
base:
https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-next/core
config: ia64-allmodconfig (attached as .config)
compiler: ia64-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
wget
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O
~/bin/make.cross
chmod +x ~/bin/make.cross
#
https://github.com/0day-ci/linux/commit/16a45074953446d4d927f2e9ffefa8349...
git remote add linux-review
https://github.com/0day-ci/linux
git fetch --no-tags linux-review
Krzysztof-Kozlowski/arm64-clk-socfpga-simplifying-cleanups-and-compile-testing/20210311-232941
git checkout 16a45074953446d4d927f2e9ffefa8349a425083
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=ia64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
All warnings (new ones prefixed by >>):
drivers/clk/socfpga/clk-gate.c: In function 'socfpga_clk_recalc_rate':
>> drivers/clk/socfpga/clk-gate.c:102:7: warning: cast from pointer to integer of
different size [-Wpointer-to-int-cast]
102 | if ((int) socfpgaclk->div_reg & SOCFPGA_GPIO_DB_CLK_OFFSET)
| ^
Thanks kernel test robot! I also spotted it before sending this set and
sent a separate patch: