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

2015-08-18 Thread Marek Vasut
On Tuesday, August 18, 2015 at 02:16:12 PM, Sergei Temerkhanov wrote: > On Sun, Aug 16, 2015 at 7:55 PM, Marek Vasut wrote: > > On Saturday, August 15, 2015 at 12:28:10 AM, Sergei Temerkhanov wrote: > >> On Fri, Aug 14, 2015 at 11:46 PM, Marek Vasut wrote: > >> > On Friday, August 14, 2015 at 05:

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

2015-08-18 Thread Sergei Temerkhanov
On Sun, Aug 16, 2015 at 7:55 PM, Marek Vasut wrote: > On Saturday, August 15, 2015 at 12:28:10 AM, Sergei Temerkhanov wrote: >> On Fri, Aug 14, 2015 at 11:46 PM, Marek Vasut wrote: >> > On Friday, August 14, 2015 at 05:14:09 PM, Sergey Temerkhanov wrote: >> >> This patch fixes a potential NULL po

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

2015-08-17 Thread Marek Vasut
On Saturday, August 15, 2015 at 12:28:10 AM, Sergei Temerkhanov wrote: > On Fri, Aug 14, 2015 at 11:46 PM, Marek Vasut wrote: > > On Friday, August 14, 2015 at 05:14:09 PM, Sergey Temerkhanov wrote: > >> This patch fixes a potential NULL pointer dereference arising on > >> non-present/non-initiali

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

2015-08-17 Thread Sergei Temerkhanov
On Fri, Aug 14, 2015 at 11:46 PM, Marek Vasut wrote: > On Friday, August 14, 2015 at 05:14:09 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-

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

2015-08-17 Thread Marek Vasut
On Friday, August 14, 2015 at 05:14:09 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 v2] usb: xhci: Fix a potential NULL pointer dereference

2015-08-14 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 v2: - Add return value check with setting hccr and hc