Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dahdi_echocan_mg2: rename ABS define to PARA_ABS #48

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Ansuel
Copy link

@Ansuel Ansuel commented Mar 20, 2024

Rename ABS define to PARA_ABS to fix compilation error with mips 24kc arch.

This target define in his ASM header a similar define ABS that cause conflicts and redefinition error for this driver.

Rename ABS to PARA_ABS to better suite the usage as it's abs usage with value decremented by one if it's the max negative int.

push143smart and others added 2 commits February 5, 2024 12:58
Rename ABS define to PARA_ABS to fix compilation error with mips 24kc
arch.

This target define in his ASM header a similar define ABS that cause
conflicts and redefinition error for this driver.

Rename ABS to PARA_ABS to better suite the usage as it's abs usage with
value decremented by one if it's the max negative int.

Signed-off-by: Christian Marangi <[email protected]>
Copy link

sangoma-oss-cla bot commented Mar 20, 2024

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants