On Thu, 7 Jan 2021 19:57:04 +0800, Yanteng Si wrote: > Fix a new warning report by build for make ARCH=MIPS allmodconfig: > > drivers/spi/spi-cadence-quadspi.c: In function 'cqspi_direct_read_execute': > ./include/linux/minmax.h:18:28: warning: comparison of distinct pointer types lacks a cast > 18 | (!!(sizeof((typeof(x) *)1 == (typeof(y) *)1))) > | ^~ > ./include/linux/minmax.h:32:4: note: in expansion of macro '__typecheck' > 32 | (__typecheck(x, y) && __no_side_effects(x, y)) > | ^~~~~~~~~~~ > ./include/linux/minmax.h:42:24: note: in expansion of macro '__safe_cmp' > 42 | __builtin_choose_expr(__safe_cmp(x, y), \ > | ^~~~~~~~~~ > ./include/linux/minmax.h:58:19: note: in expansion of macro '__careful_cmp' > 58 | #define max(x, y) __careful_cmp(x, y, >) > | ^~~~~~~~~~~~~ > drivers/spi/spi-cadence-quadspi.c:1153:24: note: in expansion of macro 'max' > 1153 | msecs_to_jiffies(max(len, 500UL)))) { > | ^~~ > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/1] SPI: Fix distinct pointer types warning for ARCH=MIPS commit: 8728a81b8f1007426d8f341c5d2400da60f4cea2 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark