From: Marcin Slusarz Date: Sat, 17 Nov 2012 20:33:15 +0000 (+0100) Subject: drm/nouveau/bios: fix DCB v1.5 parsing X-Git-Tag: v3.7-rc7~20^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bb076af2ae571a48465972d5747175cec3564cd;p=pandora-kernel.git drm/nouveau/bios: fix DCB v1.5 parsing memcmp->nv_strncmp conversion, in addition to name change, should have inverted the return value. But nv_strncmp does not act like strncmp - it does not check for string terminator, returns true/false instead of -1/0/1 and has different parameters order. Let's rename it to nv_memcmp and let it act like memcmp. Signed-off-by: Marcin Slusarz Signed-off-by: Ben Skeggs --- Reading git-diff-tree failed