From: Ozan Çaglayan Date: Fri, 18 Sep 2009 19:49:27 +0000 (-0700) Subject: markup_oops: use modinfo to avoid confusion with underscored module names X-Git-Tag: v2.6.32-rc1~148^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82fa39552fd858468a5647fa58d14955ecd50eb4;p=pandora-kernel.git markup_oops: use modinfo to avoid confusion with underscored module names When EIP is at a module having an underscore in its name, the current code fails to find it because the module filenames has '-' instead of '_'. Use modinfo for a better path finding. Signed-off-by: Ozan Çaglayan Acked-by: WANG Cong Cc: Arjan van de Ven Signed-off-by: Andrew Morton Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed