Tag: b8cbcd354feddba18f42d8d056762c7151605013

[media] drx-j: get rid of some ugly macros

Author: Mauro Carvalho Chehab <m.chehab@samsung.com> There are several get/set macros that are bogus: they just call another macro and do either: x = FOO(d) or FOO(d) = x As checkpatch complains about that, and replacing all of them are as easy as running a small coccinelle script, get rid of all of them. Script used: …

Continue reading