From: Dominik Brodowski Date: Tue, 29 Dec 2009 17:21:39 +0000 (+0100) Subject: pcmcia: make use of pcmcia_dev_resume() return value X-Git-Tag: v2.6.34-rc1~270^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=933a838aa1aae8388438bb002fbdaf6fca519a5c;p=pandora-kernel.git pcmcia: make use of pcmcia_dev_resume() return value In runtime_resume(), do not throw away the return value of pcmcia_dev_resume(), for we can use it (at least) in pcmcia_store_pm_state(). This also fixes the pointless assignment previosly seen there, as noted by Dan Carpenter. CC: Dan Carpenter Tested-by: Wolfram Sang Signed-off-by: Dominik Brodowski --- Reading git-diff-tree failed