mirror of
https://github.com/torvalds/linux.git
synced 2026-01-12 00:42:35 +08:00
do_usb_table() no longer needs to iterate over the usb_device_id array. Convert it to a generic ->do_entry() handler. This is the last special case. Clean up handle_moddevtable(). Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>