Re: [PATCH] [media] dvb-frontends: remove self assignments

2017-12-22 Thread Mauro Carvalho Chehab
Em Mon, 18 Dec 2017 09:14:50 -0800 Nick Desaulniers escreveu: > These were leftover from: > commit 469ffe083665 ("[media] tda18271c2dd: Remove the CHK_ERROR macro") > and > commit 58d5eaec9f87 ("[media] drxd: Don't use a macro for CHK_ERROR ...") > that programmatically

Re: [PATCH] [media] dvb-frontends: remove self assignments

2017-12-22 Thread Mauro Carvalho Chehab
Em Mon, 18 Dec 2017 09:14:50 -0800 Nick Desaulniers escreveu: > These were leftover from: > commit 469ffe083665 ("[media] tda18271c2dd: Remove the CHK_ERROR macro") > and > commit 58d5eaec9f87 ("[media] drxd: Don't use a macro for CHK_ERROR ...") > that programmatically removed the CHK_ERROR

[PATCH] [media] dvb-frontends: remove self assignments

2017-12-18 Thread Nick Desaulniers
These were leftover from: commit 469ffe083665 ("[media] tda18271c2dd: Remove the CHK_ERROR macro") and commit 58d5eaec9f87 ("[media] drxd: Don't use a macro for CHK_ERROR ...") that programmatically removed the CHK_ERROR macro, which left behind a few self assignments that Clang warns about.

[PATCH] [media] dvb-frontends: remove self assignments

2017-12-18 Thread Nick Desaulniers
These were leftover from: commit 469ffe083665 ("[media] tda18271c2dd: Remove the CHK_ERROR macro") and commit 58d5eaec9f87 ("[media] drxd: Don't use a macro for CHK_ERROR ...") that programmatically removed the CHK_ERROR macro, which left behind a few self assignments that Clang warns about.