mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-04 12:59:10 -05:00
i2c: stub: fix build warning regression
Commit6c42778780("i2c: stub: use pr_fmt") changed the DEBUG handling and caused build warnings. Revert back to the original. Fixes:6c42778780("i2c: stub: use pr_fmt") Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#define DEBUG
|
||||
#define DEBUG 1
|
||||
#define pr_fmt(fmt) "i2c-stub: " fmt
|
||||
|
||||
#include <linux/errno.h>
|
||||
|
||||
Reference in New Issue
Block a user