[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.44L0.1406111453230.890-100000@iolanthe.rowland.org>
Date: Wed, 11 Jun 2014 14:54:15 -0400 (EDT)
From: Alan Stern <stern@...land.harvard.edu>
To: Himangi Saraogi <himangi774@...il.com>
cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
<linux-usb@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
Jan Andersson <jan@...sler.com>,
Andreas Larsson <andreas@...sler.com>, <julia.lawall@...6.fr>
Subject: Re: [PATCH v3] usb: host: uhci-grlib.c : use devm_ functions
On Thu, 12 Jun 2014, Himangi Saraogi wrote:
> The various devm_ functions allocate memory that is released when a
> driver detaches. This patch uses devm_ioremap_resource for data
> that is allocated in the probe function of a platform device and
> is only freed in the remove function. The corresponding free functions
> are removed and two labels are done away with. Also, linux/device.h
> is added to make sure the devm_*() routine declarations are
> unambiguously available.
>
> Signed-off-by: Himangi Saraogi <himangi774@...il.com>
> ---
> Not compile tested due to incompatible architecture.
> v3: pass correct arguments to devm_ioremap_resource
Acked-by: Alan Stern <stern@...land.harvard.edu>
What happened to the corresponding patch for uhci-platform.c?
Alan Stern
--
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