Re: [PATCH] mt76: mt7915: fix misplaced #ifdef

2021-01-14 Thread Kalle Valo
Arnd Bergmann wrote: > From: Arnd Bergmann > > The lone '|' at the end of a line causes a build failure: > > drivers/net/wireless/mediatek/mt76/mt7915/init.c:47:2: error: expected > expression before '}' token > > Replace the #ifdef with an equivalent IS_ENABLED() check. > > Fixes: af901eb4

Re: [PATCH] mt76: mt7915: fix misplaced #ifdef

2021-01-14 Thread Kalle Valo
Petr Štetiar writes: > Arnd Bergmann [2021-01-03 14:57:55]: > > Hi, > > just a small nitpick, > >> From: Arnd Bergmann >> >> The lone '|' at the end of a line causes a build failure: >> >> drivers/net/wireless/mediatek/mt76/mt7915/init.c:47:2: error: >> expected expression before '}' token >>

Re: [PATCH] mt76: mt7915: fix misplaced #ifdef

2021-01-06 Thread Petr Štetiar
Arnd Bergmann [2021-01-03 14:57:55]: Hi, just a small nitpick, > From: Arnd Bergmann > > The lone '|' at the end of a line causes a build failure: > > drivers/net/wireless/mediatek/mt76/mt7915/init.c:47:2: error: expected > expression before '}' token > > Replace the #ifdef with an equival

[PATCH] mt76: mt7915: fix misplaced #ifdef

2021-01-03 Thread Arnd Bergmann
From: Arnd Bergmann The lone '|' at the end of a line causes a build failure: drivers/net/wireless/mediatek/mt76/mt7915/init.c:47:2: error: expected expression before '}' token Replace the #ifdef with an equivalent IS_ENABLED() check. Fixes: af901eb4ab80 ("mt76: mt7915: get rid of dbdc debugf