commit | 34e5943f39aa5d1b485ec2739c3aefa61a0c38a6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 15 10:42:04 2012 +0000 |
committer | Simon Glass <sjg@chromium.org> | Thu Apr 04 14:04:33 2013 -0700 |
tree | 738c8809d2a150bd507a8c0b0b27474e854042ee | |
parent | a2460ada8b5e74097eccdbe4b6f19167ac372d0e [diff] |
patman: Make command methods return a CommandResult Rather than returning a list of things, return an object. That makes it easier to access the returned items, and easier to extend the return value later. Signed-off-by: Simon Glass <sjg@chromium.org>