commit | d2d3d7cd81e90e1ffac1a6eed7b3edcbf11f4c97 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Wed Apr 02 09:47:01 2014 +0200 |
committer | Grant Likely <grant.likely@linaro.org> | Fri May 23 08:40:25 2014 +0900 |
tree | 08fa8eb7869119d734422c35d85201baa91524eb | |
parent | ba52464a629fab2493925007b00f2ca65d02ed4e [diff] |
of: Use NULL for pointers Commit 4485681939b9 (of/fdt: Clean up casting in unflattening path) modified unflatten_dt_node() to take a void * for the mem parameter instead of an unsigned long. One of the call sites wasn't updated. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Grant Likely <grant.likely@linaro.org> Conflicts: drivers/of/fdt.c