diff options
author | LABBE Corentin <[email protected]> | 2015-12-11 13:58:59 +0100 |
---|---|---|
committer | Daniel Vetter <[email protected]> | 2015-12-11 17:13:06 +0100 |
commit | d6e6e14fa61dcabbc05092ea124540280573720c (patch) | |
tree | 80143a1b0a7b37811d5072bfb5f5474661cb2616 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 5dec293b2434783a6924571df5239e10ab5e9331 (diff) |
drm: modes: Revert cc344980c767 "replace simple_strtoul by kstrtouint"
My latest commit introduce some case where a valid mode, could be
rejected.
simple_strtox functions stop at first non-digit character, but kstrtox
not.
So args like "video=HDMI-A-1:720x480-16@60" will be reject when checking
16@.
Discussions about this change comes to the conclusion that the best
solution is to revert my commit cc344980c76748e57c9c03100c2a14d36ab00334.
Signed-off-by: LABBE Corentin <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions