commit | f5fb78a2748af0d532110cc4f03912b6b30f8761 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Oct 11 07:26:27 2015 -0400 |
committer | Marek Vasut <marex@denx.de> | Tue Nov 03 17:29:33 2015 +0100 |
tree | 7ef34f4fd1d4c7e11cf2e4fc63758c68baa88a6d | |
parent | 96d59e9d6aa74e35c63dc74da10e41f8ba0f6de4 [diff] |
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>