From: Cindy H Kao Date: Tue, 18 Aug 2009 02:39:12 +0000 (-0700) Subject: wimax/iwmc3200: don't disable the SDIO function if enable fails X-Git-Tag: v2.6.33-rc1~388^2~487^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c29e21d4768a7f1ce46f622b379802edeb1daf3;p=pandora-kernel.git wimax/iwmc3200: don't disable the SDIO function if enable fails In the iwmc3200, disabling the WiMAX SDIO function when enable fails would possibly result in a device reset triggered by the iwmc3200's top controller since it monitors the bus reset activities from each SDIO function. In any case, the disable makes no sense; if the enable fails, it should not be disabled. Thus we remove the unecessary sdio_disable_func() in i2400ms_enable_function(). Signed-off-by: Cindy H Kao Signed-off-by: Inaky Perez-Gonzalez --- Reading git-diff-tree failed