]> git.ipfire.org Git - people/ms/u-boot.git/commit
common/usb_storage.c: Clean up usb_storage_probe()
authorTom Rini <trini@konsulko.com>
Sun, 11 Oct 2015 11:26:27 +0000 (07:26 -0400)
committerMarek Vasut <marex@denx.de>
Tue, 3 Nov 2015 16:29:33 +0000 (17:29 +0100)
commitf5fb78a2748af0d532110cc4f03912b6b30f8761
tree7ef34f4fd1d4c7e11cf2e4fc63758c68baa88a6d
parent96d59e9d6aa74e35c63dc74da10e41f8ba0f6de4
common/usb_storage.c: Clean up usb_storage_probe()

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)

Signed-off-by: Tom Rini <trini@konsulko.com>
common/usb_storage.c