Julia Lawall 6cc93183ee drivers/net/irda: remove exceptional & on function name
In this file, function names are otherwise used as pointers without &.

A simplified version of the semantic patch that makes this change is as
follows: (http://coccinelle.lip6.fr/)

// <smpl>
@r@
identifier f;
@@

f(...) { ... }

@@
identifier r.f;
@@

- &f
+ f
// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-11-18 10:48:40 -08:00
..
2009-09-01 01:13:38 -07:00
2009-01-06 10:40:43 -08:00
2009-01-06 10:40:43 -08:00
2009-09-01 01:13:38 -07:00
2009-01-06 10:40:43 -08:00
2009-01-06 10:40:43 -08:00
2009-07-12 12:22:34 -07:00
2009-09-26 10:17:19 -07:00
2009-09-26 10:17:19 -07:00
2009-09-26 10:17:19 -07:00
2009-09-26 10:17:19 -07:00
2009-09-01 01:13:38 -07:00
2009-09-01 01:13:38 -07:00
2009-01-06 10:40:43 -08:00
2009-09-01 01:13:38 -07:00
2008-10-17 02:38:35 +11:00
2009-01-06 10:40:43 -08:00
2009-09-01 01:13:38 -07:00
2008-06-11 21:00:41 -07:00
2009-09-01 01:13:38 -07:00
2009-09-01 01:13:38 -07:00
2009-01-06 10:40:43 -08:00
2009-09-01 01:13:38 -07:00
2009-01-06 10:40:43 -08:00
2009-09-01 01:13:38 -07:00
2009-01-06 10:40:43 -08:00