lkml.org 
[lkml]   [2009]   [Jan]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH 2/6] DMI: Introduce dmi_first_match to make the interface more flexible
Date
On Monday 19 January 2009, Rafael J. Wysocki wrote:
> +const struct dmi_system_id *dmi_first_match(const struct dmi_system_id
> *list)
> +{
> + const struct dmi_system_id *d;
> +
> + for (d = list; d->ident; d++)
> + if (dmi_matches(d))
> + return d;
> +
> + return NULL;
> +}
> +EXPORT_SYMBOL(dmi_first_match);

I did indeed have an older version of the patches (before you split them
out) and that was missing the "const" in the first quoted line, so that
explains the warning I had.

If I compare the version I've been running with the past months and this
series I see only minor changes and I don't expect any problems from
them. If I notice anything I'll let you know. No news is good news :-)

Thanks,
FJP


\
 
 \ /
  Last update: 2009-01-19 22:17    [W:0.254 / U:0.836 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site