Make consistent use of the correct debug macros across the file.

This commit is contained in:
Luiz Otavio O Souza 2014-12-27 13:17:27 +00:00
parent 559f9bfcb3
commit e9faba9d70

View File

@ -125,7 +125,7 @@ TUNABLE_INT("hw.bcm2835.cpufreq.verbose", &cpufreq_verbose);
static int cpufreq_lowest_freq = DEFAULT_LOWEST_FREQ;
TUNABLE_INT("hw.bcm2835.cpufreq.lowest_freq", &cpufreq_lowest_freq);
#ifdef DEBUG
#ifdef PROP_DEBUG
static void
bcm2835_dump(const void *data, int len)
{