]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
yaffs2: cosmetic: remove self assignments
authorJeroen Hofstee <jeroen@myspectrum.nl>
Sat, 12 Jul 2014 13:16:51 +0000 (15:16 +0200)
committerTom Rini <trini@ti.com>
Fri, 18 Jul 2014 21:53:23 +0000 (17:53 -0400)
commite803fa2c4b9313a9efc7b9f87a49839d542d9615
tree68ce99724dc707f156672d00daacf0f1bab680ad
parent82c3a4c445939a12df1f6c7ee245d2d801672186
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>
fs/yaffs2/yaffs_guts.c
fs/yaffs2/yaffs_verify.c
fs/yaffs2/yaffsfs.c