commit | e803fa2c4b9313a9efc7b9f87a49839d542d9615 | [log] [tgz] |
---|---|---|
author | Jeroen Hofstee <jeroen@myspectrum.nl> | Sat Jul 12 15:16:51 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Fri Jul 18 17:53:23 2014 -0400 |
tree | 68ce99724dc707f156672d00daacf0f1bab680ad | |
parent | 82c3a4c445939a12df1f6c7ee245d2d801672186 [diff] |
yaffs2: cosmetic: remove self assignments Remove self assignments which is just dead code to prevent compiler warnings about non used arguments. For u-boot this does not prevent any warning though, on the contrary it actual introduces warnings when compiling with clang. Remove them. Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>