]> git.baikalelectronics.ru Git - kernel.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)
commit7741f530424e6f0006191fc4e4a8cdbf408b16c5
tree8310bfe61eaa92cd7b9759817e1a90884047b6bc
parent81f98523dfbe8d56ead651601350ea42f0ee7362
i2c: stub: fix build warning regression

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

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