Skip to content

fix bool-compare error in sound/soc/codecs/tfa_container.c#5

Open
spflaumer wants to merge 1 commit intolightvortex:10-treblefrom
spflaumer:patch-3
Open

fix bool-compare error in sound/soc/codecs/tfa_container.c#5
spflaumer wants to merge 1 commit intolightvortex:10-treblefrom
spflaumer:patch-3

Conversation

@spflaumer
Copy link

change tfa_container.c line 292 "if (!prof->list[i].type == dscRegister)" to "if ((!prof->list[i].type) == dscRegister)" to avoid bool-compare error

change tfa_container.c line 292 "if (!prof->list[i].type == dscRegister)" to "if ((!prof->list[i].type) == dscRegister)" to avoid bool-compare error
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.

1 participant