Skip to content
Commit e33a5c6b authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

blk: Switch over to using uclass IDs



We currently have an if_type (interface type) and a uclass id. These are
closely related and we don't need to have both.

Drop the if_type values and use the uclass ones instead.

Maintain the existing, subtle, one-way conversion between UCLASS_USB and
UCLASS_MASS_STORAGE for now, and add a comment.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent adbfe8ed
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment