1
0
Fork 0

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>
master
Tom Rix 2021-01-13 18:44:56 -08:00 committed by Wolfram Sang
parent 98b2b712bc
commit bed3139613
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@
*/
#define DEBUG 1
#define pr_fmt(fmt) "i2c-stub: " fmt
#include <linux/errno.h>