aboutsummaryrefslogtreecommitdiff
path: root/drivers/nand
diff options
context:
space:
mode:
authorGrant Likely2006-10-10 00:23:32 -0600
committerJon Loeliger2006-10-12 08:42:03 -0500
commit1eaf3a5ff4960a46f3a9063568ba2af7883f07c5 (patch)
tree54b83be5f801444cb8c29789e43a058fbd4ee691 /drivers/nand
parentc3c3b089adcee06df3afd4e8b00a3fea82263bcd (diff)
Fix possible uninitialized variable compiler warning.
When CONFIG_OF_FLAG_TREE is set, the compiler complains that 'len' in do_bootm_linux() may be uninitialized. There is no possibility in the current code that len will get used uninitialized, but this fix follows the existing convention of setting both len and data to zero at the same time. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/nand')
0 files changed, 0 insertions, 0 deletions