RE: [PATCH 4/4] DSPBRIDGE: Remove unnecessary conditions from some for loops

2009-07-09 Thread Guzman Lugo, Fernando
TCH 4/4] DSPBRIDGE: Remove unnecessary conditions from some > for loops > > The status cannot be a failure value at the start of the loops, > and the only changes to a failure state are accompanied by a > break or goto, so these conditions are always true. > > Signed-off-by: Phil Ca

[PATCH 4/4] DSPBRIDGE: Remove unnecessary conditions from some for loops

2009-07-07 Thread Ameya Palande
The status cannot be a failure value at the start of the loops, and the only changes to a failure state are accompanied by a break or goto, so these conditions are always true. Signed-off-by: Phil Carmody --- drivers/dsp/bridge/pmgr/wcd.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletion

RE: [PATCH 4/4] DSPBRIDGE: Remove unnecessary conditions from some for loops

2009-07-03 Thread Guzman Lugo, Fernando
ubject: [PATCH 4/4] DSPBRIDGE: Remove unnecessary conditions from some > for loops > > The status cannot be a failure value at the start of the loops, > and the only changes to a failure state are accompanied by a > break or goto, so these conditions are always true. > > Signed

[PATCH 4/4] DSPBRIDGE: Remove unnecessary conditions from some for loops

2009-07-02 Thread Ameya Palande
The status cannot be a failure value at the start of the loops, and the only changes to a failure state are accompanied by a break or goto, so these conditions are always true. Signed-off-by: Phil Carmody --- drivers/dsp/bridge/pmgr/wcd.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletion