From: Dan Carpenter Date: Wed, 21 Sep 2011 07:16:24 +0000 (+0300) Subject: smscufx: change edid data to u8 instead of char X-Git-Tag: v3.2-rc1~120^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=261e767628bb5971b9032439818237cc8511ea94;p=pandora-kernel.git smscufx: change edid data to u8 instead of char Having "edid" as char caused a problem in ufx_read_edid() where we compared "edid[i] != 0xFF". Because of the type difference, the condition was never true and the error checking failed. Also I added a __user notation to silence a sparse complaint. Signed-off-by: Dan Carpenter Signed-off-by: Florian Tobias Schandinat --- Reading git-diff-tree failed