Re: [PATCH v3] prism54: isl_38xx: Replace 'struct timeval'

From: Arnd Bergmann
Date: Sun Apr 17 2016 - 18:10:58 EST


On Sunday 17 April 2016 14:42:33 Johannes Berg wrote:
>
> I was thinking more restrictively of just the stuff that can't even be
> built without modifying the sources - like the "#if VERBOSE" thing.

All the DEBUG() statements are inside of this kind of check, so if we
remove the #ifdefs, it would be logical to remove the rest of the debugging
infrastructure (DEBUG() macros, SHOW_*, pc_debug, maybe more) as well.

Arnd