Hi Paul, On 22 May 2014 12:11, Paul Bolle <pebolle@xxxxxxxxxx> wrote: > Sachin, > > On Thu, 2014-05-22 at 08:52 +0530, Sachin Kamat wrote: >> The config symbol itself is not defined and hence could be removed. >> However I feel, the >> error message could be retained after trimming down the arguments a bit. > > My reasoning is, of course, that never used code can simply be dropped. Yes, I agree. However the error message in this case should have been outside the ifdefs to begin with as it is not an extra information but an essential message reporting error condition. > > But you want to print an error here. That's fine with me. I prefer if > you'd submit a patch that does that, as I have no idea whatsoever why an > error is needed here nor what that error should say. You may just remove the __FILE__ and __LINE__ thing and leave the message as is. pr_err("Denied access to %s as it is disabled temporarily\n", __func__); -- With warm regards, Sachin -- To unsubscribe from this list: send the line "unsubscribe cpufreq" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html