lkml.org 
[lkml]   [2017]   [Jun]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH v2 1/5] acpi, nfit: Switch to use new generic UUID API
    >  	for (i = 0; i < NFIT_UUID_MAX; i++)
    > - if (memcmp(to_nfit_uuid(i), spa->range_guid, 16) == 0)
    > + if (!guid_equal(to_nfit_uuid(i), (guid_t *)&spa->range_guid))
    > return i;

    I think this should be guid_equal without the "!"

    \
     
     \ /
      Last update: 2017-06-12 00:24    [W:4.106 / U:0.092 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site