Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

i2c: stub: remove definition of DEBUG

Defining DEBUG should only be done in development.
So remove DEBUG.

Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>

authored by

Tom Rix and committed by
Wolfram Sang
bed31396 98b2b712

-1
-1
drivers/i2c/i2c-stub.c
··· 7 7 8 8 */ 9 9 10 - #define DEBUG 1 11 10 #define pr_fmt(fmt) "i2c-stub: " fmt 12 11 13 12 #include <linux/errno.h>