]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
i2c: stub: fix build warning regression
authorWolfram Sang <wsa@the-dreams.de>
Thu, 15 Jun 2017 21:20:54 +0000 (23:20 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Thu, 15 Jun 2017 21:22:11 +0000 (23:22 +0200)
commitd44005672d83f89d7d797efc490a751a696e7d91
tree8310bfe61eaa92cd7b9759817e1a90884047b6bc
parentf9831bfec7414d8f54f064b6b21de0685f107a47
i2c: stub: fix build warning regression

Commit 6c42778780c40c ("i2c: stub: use pr_fmt") changed the DEBUG
handling and caused build warnings. Revert back to the original.

Fixes: 6c42778780c40c ("i2c: stub: use pr_fmt")
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/i2c-stub.c