[U-Boot] [PATCH] common/usb_storage.c: Clean up usb_storage_probe()

Tom Rini trini at konsulko.com
Sun Oct 11 14:24:43 CEST 2015


On Sun, Oct 11, 2015 at 08:05:11PM +0800, Bin Meng wrote:
> Hi Tom,
> 
> On Sun, Oct 11, 2015 at 7:26 PM, Tom Rini <trini at konsulko.com> wrote:
> > We have the protocol and subclass variables which are used only in
> > disabled debug code.  This code dates back to the initial git import and
> > seemingly dead code so remove it.
> >
> > This was detected by Coverity (CID 131117)
> 
> Just out of curiosity, is this Coverity public available for the
> community to use?

We are (and technically we've had this since May 2014) a community
project.  The ELC-E talk about using coverity reminded me to go give
things a spin and see what comes out.  Right now I'm trying to figure
out the best way to get coverage for all of our different build targets
or if we may have to just go with building sandbox only for maximal
coverage (and make use of something like CONFIG_COMPILE_TEST_ONLY from
the kernel).

There is a way to make all defects publically viewable but I don't know
if that's a great idea or not (I don't see anything super duper worrying
but I also haven't really triaged everything) but anyone from the
community can sign up and join the project.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20151011/c6320eb7/attachment.sig>


More information about the U-Boot mailing list