Julia Lawall 8fbd90b061 drivers/net/wireless/p54: 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:56 -08:00
..
2009-11-10 20:28:50 -08:00
2009-10-28 04:11:10 -07:00
2009-11-18 05:03:28 -08:00
2009-11-04 05:06:26 -08:00
2009-11-05 20:00:41 -08:00
2009-11-05 20:00:29 -08:00
2009-11-06 20:26:09 -08:00
2009-11-04 05:06:23 -08:00
2009-11-11 19:22:21 -08:00
2009-11-11 19:22:21 -08:00
2009-10-20 18:51:37 -07:00
2009-11-15 21:17:02 -08:00
2009-11-11 19:03:36 -08:00
2009-10-20 19:11:06 -07:00
2009-11-17 23:51:57 -08:00
2009-11-10 20:28:48 -08:00
2009-11-13 14:07:30 -08:00
2009-10-29 22:57:27 -07:00
2009-11-04 08:37:31 -08:00
2009-11-02 23:43:58 -08:00
2009-11-15 22:14:55 -08:00
2009-11-15 22:14:54 -08:00
2009-11-06 22:52:32 -08:00