[U-Boot] [PATCH 7/8] USB: gadget: ethernet error path potential oops fix

2010-08-12 Thread Vitaly Kuzmichev
From: David Brownell davi...@pacbell.net Fix potential (never-observed) oops on rare error path, bugzilla #9594. Fix uses the same test as used earlier. Also make the adjacent else block look like an else block instead of hiding like a bug. Signed-off-by: David Brownell

Re: [U-Boot] [PATCH 7/8] USB: gadget: ethernet error path potential oops fix

2010-08-12 Thread Sergei Shtylyov
Hello. Vitaly Kuzmichev wrote: From: David Brownell davi...@pacbell.net 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.