From: Luis R. Rodriguez Date: Thu, 3 Sep 2009 00:02:18 +0000 (-0700) Subject: ath9k: propagate errors on ath_init_device() and request_irq() X-Git-Tag: v2.6.32-rc1~703^2~27^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=580171f7cd08687cdf1b263aabb35608b3c37433;p=pandora-kernel.git ath9k: propagate errors on ath_init_device() and request_irq() We've cleaned up ath_init_device() and its children enough to pass meaninful errors back from probe. When this fails it means our device could not be initialized and a meaninful error will have been passed. Do the same for request_irq() and also synchronize the error messages while at it. Signed-off-by: Luis R. Rodriguez Signed-off-by: John W. Linville --- Reading git-diff-tree failed