mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-06 22:58:29 +00: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:
parent
f9831bfec7
commit
d44005672d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define DEBUG
|
#define DEBUG 1
|
||||||
#define pr_fmt(fmt) "i2c-stub: " fmt
|
#define pr_fmt(fmt) "i2c-stub: " fmt
|
||||||
|
|
||||||
#include <linux/errno.h>
|
#include <linux/errno.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue