From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 03 Apr 2016 19:12:54 +0200 Subject: [U-Boot] [PATCH] usb: ehci-hcd: Fix crash when no ops are provided to ehci_register() In-Reply-To: <1459683506-20099-1-git-send-email-mateusz.kulikowski@gmail.com> References: <1459683506-20099-1-git-send-email-mateusz.kulikowski@gmail.com> Message-ID: <57014F16.70509@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/03/2016 01:38 PM, Mateusz Kulikowski wrote: > This commit fixes crash on BananaPi (and possibly others) > casued by 3f9f8a5b83f8aec40c9f4ee496046a695e333c45. > > Crash reason: > When no ops were passed to ehci_register(), USB host driver caused > NULL pointer dereference. > > Signed-off-by: Mateusz Kulikowski Applied, thanks! Best regards, Marek Vasut