From: Brice Goglin Date: Mon, 10 Jul 2006 01:10:18 +0000 (-0400) Subject: [PATCH] myri10ge return value fix X-Git-Tag: v2.6.18-rc2~101^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c2248cc57f83ce551511a6c1736383938dd9d1b;p=pandora-kernel.git [PATCH] myri10ge return value fix Andrew Morton wrote: > All these functions return error codes, and we're not checking them. We > should. So there's a patch which marks all these things as __must_check, > which causes around 1,500 new warnings. > The following patch fixes such a warning in myri10ge. Check pci_enable_device() return value in myri10ge_resume(). Signed-off-by: Brice Goglin Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed