Commit bed31396 authored by Tom Rix's avatar Tom Rix Committed by Wolfram Sang
Browse files

i2c: stub: remove definition of DEBUG



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

Signed-off-by: default avatarTom Rix <trix@redhat.com>
Signed-off-by: default avatarWolfram Sang <wsa@kernel.org>
parent 98b2b712
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@

*/

#define DEBUG 1
#define pr_fmt(fmt) "i2c-stub: " fmt

#include <linux/errno.h>