On Wed, Jun 01, 2011 at 07:34:43PM +0200, Michal Nazarewicz wrote: > The style is to do: > #ifdef DEBUG > static void s3c_hsotg_dump(struct s3c_hsotg *hsotg) > { > /* ... */ > } > > #else > > static inline void s3c_hsotg_dump(struct s3c_hsotg *hsotg) > {} That's only worthwhile if you also move the code around to allow the use of the inline declaration. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html