Julia Lawall a2f9dc5534 drivers/staging: 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-02-09 09:13:55 -08:00
..
2011-11-30 14:16:42 -08:00
2011-11-30 14:16:42 -08:00
2011-08-23 19:00:42 -05:00
2011-11-30 19:45:26 +09:00
2011-11-30 19:45:26 +09:00
2011-08-23 20:04:16 -05:00