nfc: st21nfca: Remove useless pr_info in st21nfca_hci_i2c_disable
authorChristophe Ricard <christophe.ricard@gmail.com>
Wed, 23 Dec 2015 22:45:14 +0000 (23:45 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 29 Dec 2015 18:06:18 +0000 (19:06 +0100)
Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/nfc/st21nfca/i2c.c

index 75ab2ef3253b23b602a538adcb27f09c6c59a5f2..1f44a151d20616b21a148b6d9d8b070d54089201 100644 (file)
@@ -164,7 +164,6 @@ static void st21nfca_hci_i2c_disable(void *phy_id)
 {
        struct st21nfca_i2c_phy *phy = phy_id;
 
-       pr_info("\n");
        gpio_set_value(phy->gpio_ena, 0);
 
        phy->powered = 0;
This page took 0.030911 seconds and 5 git commands to generate.