Re: [PATCH] dmi_scan: Add comments on dmi_present() and the loop in dmi_scan_machine()

2013-07-10 Thread Jean Delvare
Hi Ben, Le Wednesday 10 July 2013 à 15:32 +0100, Ben Hutchings a écrit : > My previous refactoring in commit 79bae42d51a5 resulted in slightly > tricky code (though I think it's more elegant). Explain what it's > doing. You are being very nice to me, not sure I deserve it ;-) > Signed-off-by: B

[PATCH] dmi_scan: Add comments on dmi_present() and the loop in dmi_scan_machine()

2013-07-10 Thread Ben Hutchings
My previous refactoring in commit 79bae42d51a5 resulted in slightly tricky code (though I think it's more elegant). Explain what it's doing. Signed-off-by: Ben Hutchings --- drivers/firmware/dmi_scan.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/drivers/firmware/dmi_scan