From: Inaky Perez-Gonzalez Date: Wed, 3 Jun 2009 08:13:14 +0000 (+0800) Subject: wimax/i2400m: Allow bus-specific driver to specify retry count X-Git-Tag: v2.6.31-rc1~330^2~34^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecddfd5ed73c070413f07a5251c16c10e69f35a2;p=pandora-kernel.git wimax/i2400m: Allow bus-specific driver to specify retry count The code that sets up the i2400m (firmware load and general driver setup after it) includes a couple of retry loops. The SDIO device sometimes can get in more complicated corners than the USB one (due to its interaction with other SDIO functions), that require trying a few more times. To solve that, without having a failing USB device taking longer to be considered dead, allow the retry counts to be specified by the bus-specific driver, which the general driver takes as a parameter. Signed-off-by: Inaky Perez-Gonzalez --- Reading git-diff-tree failed