Attention is currently required from: fixeria, laforge, osmith, pespin.
Hello Jenkins Builder, fixeria, laforge, pespin,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/dahdi-linux/+/39591?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed: Code-Review+1 by laforge, Code-Review+1 by pespin
Change subject: drivers/dahdi: fix MAX redefine ......................................................................
drivers/dahdi: fix MAX redefine
Fix for this error with linux v6.11-rc2:
CC [M] oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_channel.o wctdm24xxp/base.c: In function 'wait_access': wctdm24xxp/base.c:1504: error: "MAX" redefined [-Werror] 1504 | #define MAX 10 /* attempts */ | In file included from /linux/include/linux/kernel.h:28, from wctdm24xxp/base.c:41: /linux/include/linux/minmax.h:330: note: this is the location of the previous definition 330 | #define MAX(a,b) __cmp(max,a,b)
Related: linux 1a251f52 ("minmax: make generic MIN() and MAX() macros available everywhere") Change-Id: If048523ac2c69b1251fdee758a2cd3e14f8e617c --- M drivers/dahdi/wcaxx-base.c M drivers/dahdi/wctdm24xxp/base.c 2 files changed, 6 insertions(+), 6 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/dahdi-linux refs/changes/91/39591/2