commit | fd7029029f5fd23990fb18c1049167fdcf95104d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 18 20:08:52 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Jun 01 07:03:06 2017 -0600 |
tree | e400ef08913bf5f0fe5b711364b824fe20d80ac5 | |
parent | 01b120b6395d5be6fc0fb408df8bf8849c2c47b5 [diff] |
Update WARN_ON() to return a value In linux v4.9 this returns a value. This saves checking the warning condition twice in some code. Update the U-Boot version to do this also. Signed-off-by: Simon Glass <sjg@chromium.org>