mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-31 08:41:13 -05:00
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:
committed by
Samuel Ortiz
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);
|
||||
|
||||
Reference in New Issue
Block a user