aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc
diff options
context:
space:
mode:
authorChristophe Ricard <christophe.ricard@gmail.com>2014-12-02 15:27:46 -0500
committerSamuel Ortiz <sameo@linux.intel.com>2014-12-02 16:46:44 -0500
commitaceb32d05aaf559758a29ffdefdda025a131c978 (patch)
treeff111f9f9179c061639aaa294465a95fb56475b9 /drivers/nfc
parenta2ae21829833611fe3d73b09cfada5823c37aef0 (diff)
NFC: st21nfcb: Remove useless pr_info
- pr_info in st21nfcb_nci_i2c_disable is not necessary Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/nfc')
-rw-r--r--drivers/nfc/st21nfcb/i2c.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/nfc/st21nfcb/i2c.c b/drivers/nfc/st21nfcb/i2c.c
index e0c4901936f0..363c2fc6f816 100644
--- a/drivers/nfc/st21nfcb/i2c.c
+++ b/drivers/nfc/st21nfcb/i2c.c
@@ -80,8 +80,6 @@ static void st21nfcb_nci_i2c_disable(void *phy_id)
80{ 80{
81 struct st21nfcb_i2c_phy *phy = phy_id; 81 struct st21nfcb_i2c_phy *phy = phy_id;
82 82
83 pr_info("\n");
84
85 phy->powered = 0; 83 phy->powered = 0;
86 /* reset chip in order to flush clf */ 84 /* reset chip in order to flush clf */
87 gpio_set_value(phy->gpio_reset, 0); 85 gpio_set_value(phy->gpio_reset, 0);