From 1e25c34bdc5b25389cd0c792fb091b7c6026eec7 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 1 Jul 2008 14:50:35 +0100 Subject: minios: proper frees are now handled, so drop the FIXME comment Signed-off-by: Samuel Thibault --- extras/mini-os/fbfront.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'extras/mini-os/fbfront.c') diff --git a/extras/mini-os/fbfront.c b/extras/mini-os/fbfront.c index 245ef468ed..593d346098 100644 --- a/extras/mini-os/fbfront.c +++ b/extras/mini-os/fbfront.c @@ -100,7 +100,6 @@ struct kbdfront_dev *init_kbdfront(char *nodename, int abs_pointer) s->in_cons = s->in_prod = 0; s->out_cons = s->out_prod = 0; - // FIXME: proper frees on failures again: err = xenbus_transaction_start(&xbt); if (err) { @@ -408,7 +407,6 @@ struct fbfront_dev *init_fbfront(char *nodename, unsigned long *mfns, int width, s->pd[i] = 0; - // FIXME: proper frees on failures again: err = xenbus_transaction_start(&xbt); if (err) { -- cgit v1.2.3