{
        struct pn544_i2c_phy *phy = phy_id;
 
-       pr_info("%s\n", __func__);
-
        pn544_hci_i2c_enable_mode(phy, PN544_HCI_MODE);
 
        phy->powered = 1;
        struct pn544_i2c_phy *phy;
        int r = 0;
 
-       dev_dbg(&client->dev, "%s\n", __func__);
-       dev_dbg(&client->dev, "IRQ: %d\n", client->irq);
-
        if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C)) {
                nfc_err(&client->dev, "Need I2C_FUNC_I2C\n");
                return -ENODEV;
 {
        struct pn544_i2c_phy *phy = i2c_get_clientdata(client);
 
-       dev_dbg(&client->dev, "%s\n", __func__);
-
        cancel_work_sync(&phy->fw_work);
        if (phy->fw_work_state != FW_WORK_STATE_IDLE)
                pn544_hci_i2c_fw_work_complete(phy, -ENODEV);