| commit | c40be02902b0c92e3e92a58c0ab6abc3a54afeaf | [log] [tgz] |
|---|---|---|
| author | Manu Gautam <mgautam@codeaurora.org> | Mon Sep 26 13:58:31 2011 +0530 |
| committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 09:58:57 2011 -0700 |
| tree | 888ff67a89ed6f7b6a47cb757573e98fd88f75a7 | |
| parent | ec2b89468eb04d3662b999ad19ef93085e494bab [diff] |
usb: gsdio: Update port_count before opening SDIO channel Driver registers a platform driver to be notified when the SDIO channels are ready to be opened. If the SDIO channels can be opened at the time of platform device's registration then probe function gets called immediately and fails because port_count is not yet updated. Signed-off-by: Manu Gautam <mgautam@codeaurora.org>