summaryrefslogtreecommitdiff
path: root/hw/ccid-card-passthru.c
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2011-08-15 11:17:38 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2011-08-22 10:17:43 -0500
commit70f24fb6c647c65760c8e1caa29f72531d5be8cd (patch)
tree0e9816d4cbc2f6483926f1227cd355509cb3fdec /hw/ccid-card-passthru.c
parentf69554b9e859f5672afda827a9f8772ff41d0f59 (diff)
downloadqemu-70f24fb6c647c65760c8e1caa29f72531d5be8cd.tar.gz
char: rename qemu_chr_close() -> qemu_chr_delete()
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/ccid-card-passthru.c')
-rw-r--r--hw/ccid-card-passthru.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ccid-card-passthru.c b/hw/ccid-card-passthru.c
index 082fd82cf9..2cbc81b9f4 100644
--- a/hw/ccid-card-passthru.c
+++ b/hw/ccid-card-passthru.c
@@ -198,7 +198,7 @@ static void ccid_card_vscard_handle_message(PassthruState *card,
static void ccid_card_vscard_drop_connection(PassthruState *card)
{
- qemu_chr_close(card->cs);
+ qemu_chr_delete(card->cs);
card->vscard_in_pos = card->vscard_in_hdr = 0;
}