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>
This commit is contained in:
parent
a2ae218298
commit
aceb32d05a
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue