mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-08 00:44:07 -05:00
nfc: st21nfca: Remove useless pr_info in st21nfca_hci_i2c_disable
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
a6e57ec6d9
commit
4940d1c355
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user