commit | eb1526c4abfedcc9848dbdedfe26a2dd16f1ad8e | [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 | e7ecd3fea7516ccf51abfaf54b18ae8d7f4cb23c [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>