Re: [PATCH] i2c: stub: remove definition of DEBUG
From: Wolfram Sang <wsa@kernel.org>
Date: 2021-01-17 12:02:58
Also in:
lkml
Attachments
- signature.asc [application/pgp-signature] 833 bytes
From: Wolfram Sang <wsa@kernel.org>
Date: 2021-01-17 12:02:58
Also in:
lkml
On Wed, Jan 13, 2021 at 06:44:56PM -0800, trix@redhat.com wrote:
From: Tom Rix <trix@redhat.com> Defining DEBUG should only be done in development. So remove DEBUG. Signed-off-by: Tom Rix <trix@redhat.com>
Yes, we can still enable them easily with the Kconfg debug option for I2C core. Applied to for-next, thanks!