Julia Lawall 880db3ff17 drivers/dma/amba-pl08x.c: adjust double test
Rewrite a duplicated test to test the correct value

The semantic match that finds this problem is as follows:
(http://coccinelle.lip6.fr/)

// <smpl>
@@
expression E;
@@

(
* E
  || ... || E
|
* E
  && ... && E
)
// </smpl>

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
2012-01-31 08:55:08 +05:30
..
2011-08-03 22:25:06 -07:00
2011-04-06 11:51:12 +05:30
2011-03-11 17:52:36 -08:00
2011-12-19 12:26:07 +01:00
2011-09-28 10:07:40 +05:30