From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH] of/usb: fix build error due to of_node pointer move Date: Wed, 2 Jun 2010 13:07:21 -0700 Message-ID: <20100602200721.GA8622@suse.de> References: <20100602194022.6780.28819.stgit@angua> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20100602194022.6780.28819.stgit@angua> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Grant Likely Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Alan Stern List-Id: devicetree@vger.kernel.org On Wed, Jun 02, 2010 at 01:47:16PM -0600, Grant Likely wrote: > Fix driver to use new location of of_node pointer (introduced by commit > use new location of of_node pointer (introduced by commit > 61c7a080a5a061c976988fd4b844dfb468dda255; of: Always use 'struct > device.of_node' to get device node pointer) > > Signed-off-by: Grant Likely > Reported-by: John Linn > CC: Greg Kroah-Hartman > CC: Alan Stern > CC: linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > CC: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org > --- > > I've applied this patch to my merge-devicetree branch Fine with me, feel free to add: Acked-by: Greg Kroah-Hartman if you can and send it off to Linus. thanks, greg k-h