Re: [PATCH 1/4] usb/dwc3: remove custom unique id handling

2012-10-30 Thread Sebastian Andrzej Siewior
On 10/29/2012 09:06 PM, Felipe Balbi wrote: Hi, Hi, On Mon, Oct 29, 2012 at 06:09:53PM +0100, Sebastian Andrzej Siewior wrote: The lockless implementation of the unique id is quite impressive (:P) but dirver's core can handle it, we can remove it and make our code a little smaller. Cc: Anto

Re: [PATCH 1/4] usb/dwc3: remove custom unique id handling

2012-10-29 Thread Felipe Balbi
Hi, On Mon, Oct 29, 2012 at 06:09:53PM +0100, Sebastian Andrzej Siewior wrote: > The lockless implementation of the unique id is quite impressive (:P) > but dirver's core can handle it, we can remove it and make our code a > little smaller. > > Cc: Anton Tikhomirov > Signed-off-by: Sebastian And

[PATCH 1/4] usb/dwc3: remove custom unique id handling

2012-10-29 Thread Sebastian Andrzej Siewior
The lockless implementation of the unique id is quite impressive (:P) but dirver's core can handle it, we can remove it and make our code a little smaller. Cc: Anton Tikhomirov Signed-off-by: Sebastian Andrzej Siewior --- drivers/usb/dwc3/core.c| 39 ---