Re: [PATCH] i2c: stub: remove definition of DEBUG

2021-01-17 Thread Wolfram Sang
On Wed, Jan 13, 2021 at 06:44:56PM -0800, t...@redhat.com wrote: > From: Tom Rix > > Defining DEBUG should only be done in development. > So remove DEBUG. > > Signed-off-by: Tom Rix Yes, we can still enable them easily with the Kconfg debug option for I2C core. Applied to for-next, thanks!

[PATCH] i2c: stub: remove definition of DEBUG

2021-01-13 Thread trix
From: Tom Rix Defining DEBUG should only be done in development. So remove DEBUG. Signed-off-by: Tom Rix --- drivers/i2c/i2c-stub.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/i2c/i2c-stub.c b/drivers/i2c/i2c-stub.c index 537a598e22db..d642cad219d9 100644 ---