commit | a80e1d965cb9a77f20a493021e816761f8785faf | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Oct 14 07:58:43 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Nov 18 09:40:43 2016 -0200 |
tree | a76dbb95a5da03e6c3def9d7911f94b9bcda4df4 | |
parent | 61fc87498bc6a5becd30162e23928168b1e32318 [diff] |
[media] ttpci: cleanup debug macros and remove dead code Continuation lines without KERN_CONT won't work anymore. However, the way dprintk() was defined leads to the usage of continuation lines, with should be avoided when possible. So, redefine those macros. While hre, remove some dead code at av7110.c with also relies on continuation lines. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>