提交 f75c2913 编写于 作者: W Waldemar Rymarkiewicz 提交者: Samuel Ortiz

NFC: pn533: Rename pn533_fw_reset appropriately

Define explicitely it is Pasori specific reset command.
Signed-off-by: NWaldemar Rymarkiewicz <waldemar.rymarkiewicz@tieto.com>
Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
上级 e70b96e9
无相关合并请求
......@@ -2314,7 +2314,7 @@ static int pn533_get_firmware_version(struct pn533 *dev,
return 0;
}
static int pn533_fw_reset(struct pn533 *dev)
static int pn533_pasori_fw_reset(struct pn533 *dev)
{
struct sk_buff *skb;
struct sk_buff *resp;
......@@ -2409,7 +2409,7 @@ static int pn533_setup(struct pn533 *dev)
break;
case PN533_DEVICE_PASORI:
pn533_fw_reset(dev);
pn533_pasori_fw_reset(dev);
rc = pn533_set_configuration(dev, PN533_CFGITEM_PASORI,
pasori_cfg, 3);
......@@ -2419,7 +2419,7 @@ static int pn533_setup(struct pn533 *dev)
return rc;
}
pn533_fw_reset(dev);
pn533_pasori_fw_reset(dev);
break;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部