From: Christophe Ricard Date: Tue, 2 Dec 2014 20:27:46 +0000 (+0100) Subject: NFC: st21nfcb: Remove useless pr_info X-Git-Tag: v3.19-rc1~118^2~28^2~16^2~11 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=aceb32d05aaf559758a29ffdefdda025a131c978;p=linux-2.6-block.git NFC: st21nfcb: Remove useless pr_info - pr_info in st21nfcb_nci_i2c_disable is not necessary Signed-off-by: Christophe Ricard Signed-off-by: Samuel Ortiz --- 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) { struct st21nfcb_i2c_phy *phy = phy_id; - pr_info("\n"); - phy->powered = 0; /* reset chip in order to flush clf */ gpio_set_value(phy->gpio_reset, 0);