]> Git Repo - u-boot.git/commit
env_mmc.c: Remove NULL check on tmp_env1/2
authorTom Rini <[email protected]>
Fri, 28 Mar 2014 16:03:35 +0000 (12:03 -0400)
committerTom Rini <[email protected]>
Thu, 17 Apr 2014 18:39:54 +0000 (14:39 -0400)
commit39b924a30465be6cc5ed009b4983cbc8c525e665
tree8a130c7b5a73ef1c4739822b95b0f37d7c9a3ae7
parentb9c8ccaba77b24f7a1b4756a927f19dccf895954
env_mmc.c: Remove NULL check on tmp_env1/2

With 452a272 we moved to allocating these variables on the stack.  So
they will never now be NULL so remove these checks.

Signed-off-by: Tom Rini <[email protected]>
common/env_mmc.c
This page took 0.028076 seconds and 4 git commands to generate.