Re: [U-Boot] [PATCH v3] usb: xhci: Fix a potential NULL pointer dereference

2015-08-18 Thread Marek Vasut
On Monday, August 17, 2015 at 02:38:07 PM, Sergey Temerkhanov wrote: > This patch fixes a potential NULL pointer dereference arising on > non-present/non-initialized xHCI controllers and adds some error > handling to xHCI code > > Signed-off-by: Sergey Temerkhanov > Signed-off-by: Radha Mohan Chi

[U-Boot] [PATCH v3] usb: xhci: Fix a potential NULL pointer dereference

2015-08-17 Thread Sergey Temerkhanov
This patch fixes a potential NULL pointer dereference arising on non-present/non-initialized xHCI controllers and adds some error handling to xHCI code Signed-off-by: Sergey Temerkhanov Signed-off-by: Radha Mohan Chintakuntla --- Changes in v3: - Assign NULL to *controller so it remains that i