commit | 46f9f2482cb9bdfff62e0d2e34ea0b2d062397f5 | [log] [tgz] |
---|---|---|
author | Hemant Kumar <hemantk@codeaurora.org> | Thu Dec 15 20:20:58 2011 -0800 |
committer | Hemant Kumar <hemantk@codeaurora.org> | Fri Dec 16 11:55:21 2011 -0800 |
tree | 179939684d077ebd85fdbc851553638576e41ab5 | |
parent | 8d3c9501d1048df4c516c0bfd0e45c95ad3e0bb4 [diff] |
usb: mdm_bridge: Fix probe return value for unsupported interfaces Bridge driver probe was returning 0 (success) for unsupported interfaces. This caused probe for other interface drivers not getting called. Hence return -ENODEV for unsupported interfaces. Change-Id: I88fef382d378e4c71488983f134b680e7003be77 Signed-off-by: Hemant Kumar <hemantk@codeaurora.org>