From: Dan Carpenter Date: Wed, 27 Jun 2012 09:10:30 +0000 (+0300) Subject: drm/i915/bios: cleanup return type of intel_parse_bios() X-Git-Tag: v3.6-rc1~83^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0317c6cecd3d6cfd8f920544239a0ba4d3c3f458;p=pandora-kernel.git drm/i915/bios: cleanup return type of intel_parse_bios() These are unintuitive. These are type bool and return -1 casted to true on failure. Let's just make it return an int. The callers don't care, but let's change this as a cleanup. Signed-off-by: Dan Carpenter Acked-by: Daniel Vetter Signed-off-by: Dave Airlie --- Reading git-diff-tree failed