Skip to content

Commit

Permalink
touchscreen/keyboard: kill logspam
Browse files Browse the repository at this point in the history
  • Loading branch information
imoseyon committed Nov 1, 2014
1 parent d907efc commit 3ed7060
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/input/keyboard/cypress_touchkey_h/cypress-touchkey.c
Expand Up @@ -42,6 +42,10 @@
#include "issp_extern.h"
#include "coreriver_extern.h"
#include <linux/mfd/pm8xxx/pm8921.h>

#undef dev_info
#define dev_info(dev, fmt, arg...) dev_dbg(dev, fmt, ##arg)

/*
#define CYPRESS_GEN 0X00
#define CYPRESS_FW_VER 0X01
Expand Down
3 changes: 3 additions & 0 deletions drivers/input/touchscreen/synaptics/synaptics_i2c_rmi.c
Expand Up @@ -32,6 +32,9 @@
#include <linux/regulator/consumer.h>
#include <linux/qpnp/pin.h>

#undef dev_info
#define dev_info(dev, fmt, arg...) dev_dbg(dev, fmt, ##arg)

#define DRIVER_NAME "synaptics_rmi4_i2c"
#undef USE_SENSOR_SLEEP

Expand Down

0 comments on commit 3ed7060

Please sign in to comment.