>>> On 04.08.15 at 06:19, <[email protected]> wrote: > From: Shannon Zhao <[email protected]>
This is not true. All you did is port a Linux change. > acpi_parse_entries() allows to traverse all available table entries (aka > subtables) by passing max_entries parameter equal to 0, but since its count > variable is only incremented if max_entries is not 0, the function always > returns 0 for max_entries equal to 0. It would be more useful if it returned > the number of entries matched instead, so make it increment count in that > case too. > > Signed-off-by: Tomasz Nowicki <[email protected]> > Signed-off-by: Shannon Zhao <[email protected]> Please mention the respective Linux commit. Without that I would complain that "more useful" is too fuzzy (as in not making clear to whom and why). Jan _______________________________________________ Xen-devel mailing list [email protected] http://lists.xen.org/xen-devel
