From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Date: Thu, 12 Aug 2010 21:11:08 +0400 Subject: [U-Boot] [PATCH 7/8] USB: gadget: ethernet error path potential oops fix In-Reply-To: <1281617086-21220-8-git-send-email-vkuzmichev@mvista.com> References: <1281617086-21220-1-git-send-email-vkuzmichev@mvista.com> <1281617086-21220-8-git-send-email-vkuzmichev@mvista.com> Message-ID: <4C642B2C.6080600@mvista.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello. Vitaly Kuzmichev wrote: > From: David Brownell > Fix potential (never-observed) oops on rare error path, > bugzilla #9594. Fix uses the same test as used earlier. I think references to bugzilla.kernel.org bugs look out of place in the U-Boot patch's changelog. > Also make the adjacent "else" block look like an "else" block > instead of hiding like a bug. > Signed-off-by: David Brownell > Signed-off-by: Greg Kroah-Hartman > (cherry picked from commit e7b13ec9235b9fded90f826ceeb8c34548631351) Hm, I'm not sure you can cherry-pick across different projects. :-) You'd better describe this patch as *based* on that commit. > Conflicts: > drivers/usb/gadget/ether.c > Cause: "else" block was removed while porting. > Removing this part of the patch. > Signed-off-by: Vitaly Kuzmichev WBR, Sergei