Marc Andre Tanner ha scritto:
> +#define printk(fmt, ...) (                                                   
> \

Shouldn't it be an and?

> +     (!__builtin_constant_p(PRINTK_FILTER((fmt))) || PRINTK_FILTER((fmt))) ? 
> \
> +             printk((fmt), ##__VA_ARGS__) : 0                                
> \
> +)
> +
> +#endif /* CONFIG_PRINTK_VERBOSITY */
> +


Marco
--
To unsubscribe from this list: send the line "unsubscribe linux-embedded" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to