commit | afb9bf55d093287458f4c2d3d2e42d90a7e91c95 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Sep 27 15:33:46 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Oct 15 11:54:04 2012 -0700 |
tree | 7041b343fddb94c93e624ddb818ed8cf8c65a82a | |
parent | ef0e9de82be6bb14e1a7c5c28f976c4fced12ed2 [diff] |
patman: Handle checkpatch.pl not providing file/line info Sometimes we don't get a valid filename or line number from checkpatch.pl, for example if the patch is in a bad format. Deal with this by using a default value, rather than a stack trace. Signed-off-by: Simon Glass <sjg@chromium.org>