lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 6 Apr 2012 08:56:33 +0530
From:	Venu Byravarasu <vbyravarasu@...dia.com>
To:	Alan Stern <stern@...land.harvard.edu>
CC:	"gregkh@...uxfoundation.org" <gregkh@...uxfoundation.org>,
	"linux-usb@...r.kernel.org" <linux-usb@...r.kernel.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH] usb: host: tegra: re-arranging ehci functions

> >  	.flags			= HCD_USB2 | HCD_MEMORY,
> >
> > -	.reset			= tegra_ehci_setup,
> > -	.irq			= ehci_irq,

> > -
> > +
> > +	/* modified ehci functions for tegra */
> > +	.reset			= tegra_ehci_setup,
> > +	.irq			= tegra_ehci_irq,
> 
> What happened here?  This patch is supposed to rearrange the entries,
> not change them.
Thanks Alan, for catching my mistake.
Will fix it and push a new patch.

> > +	.hub_control		= tegra_ehci_hub_control,
> > +	.urb_enqueue		= tegra_ehci_urb_enqueue,
> 
> Same here.
Will fix and push the patch.

> >  #ifdef CONFIG_PM
> >  	.bus_suspend		= tegra_ehci_bus_suspend,
> >  	.bus_resume		= tegra_ehci_bus_resume,
> >  #endif
> > -	.relinquish_port	= ehci_relinquish_port,
> > -	.port_handed_over	= ehci_port_handed_over,
> >  };
> 
> Alan Stern
Thanks,
Venu
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ