Re: [U-Boot] [PATCH 4/8] net/tftp.c: cosmetic: do not use assignment in if condition

2011-05-19 Thread Wolfgang Denk
Dear Luca Ceresoli, In message <1305388203-22983-5-git-send-email-luca.ceres...@comelit.it> you wrote: > This removes the following checkpatch issue: > - ERROR: do not use assignment in if condition. > > There is one such error left: > > ERROR: do not use assignment in if condition > #239:

[U-Boot] [PATCH 4/8] net/tftp.c: cosmetic: do not use assignment in if condition

2011-05-14 Thread Luca Ceresoli
This removes the following checkpatch issue: - ERROR: do not use assignment in if condition. There is one such error left: ERROR: do not use assignment in if condition #239: FILE: tftp.c:239: + if (!ProhibitMcast + && (Bitmap = malloc(Mapsize)) + &