[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20070326151731.53cc080b.zaitcev@redhat.com>
Date: Mon, 26 Mar 2007 15:17:31 -0700
From: Pete Zaitcev <zaitcev@...hat.com>
To: Cyrill Gorcunov <gorcunov@...il.com>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel-list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] USB Elan FTDI: check for driver registration status
On Sun, 25 Mar 2007 11:27:33 +0400, Cyrill Gorcunov <gorcunov@...il.com> wrote:
> This patch adds checking of driver registration status
> and if it fails release allocated resources.
> + if (status_queue) {
> + destroy_workqueue(status_queue);
> + status_queue = NULL;
> + }
> + if (command_queue) {
> + destroy_workqueue(command_queue);
> + command_queue = NULL;
> + }
> + if (respond_queue) {
> + destroy_workqueue(respond_queue);
> + respond_queue = NULL;
> + }
> + return result;
I hate this style with passion, but I don't have cycles to argue.
So, whatever works for you and Greg is fine with me.
-- Pete
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists