diff options
author | Marcin Slusarz <marcin.slusarz@gmail.com> | 2012-11-17 21:33:15 +0100 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2012-11-19 08:54:20 +1000 |
commit | 3bb076af2ae571a48465972d5747175cec3564cd (patch) | |
tree | e12b91324bd928305d2a113faa569cfdcaa6c2dd /mm/Kconfig.debug | |
parent | d9c390561d1c4e520773e62781bbf89bb6845353 (diff) |
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 <marcin.slusarz@gmail.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'mm/Kconfig.debug')
0 files changed, 0 insertions, 0 deletions