pasemi_mac: fix typo

Add missing &:

drivers/net/pasemi_mac.c: In function 'pasemi_mac_clean_rx':
drivers/net/pasemi_mac.c:553: warning: passing argument 1 of 'prefetch'
makes pointer from integer without a cast

Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

authored by Olof Johansson and committed by Jeff Garzik de052386 79d10508

+1 -1
+1 -1
drivers/net/pasemi_mac.c
··· 550 550 551 551 n = mac->rx->next_to_clean; 552 552 553 - prefetch(RX_RING(mac, n)); 553 + prefetch(&RX_RING(mac, n)); 554 554 555 555 for (count = 0; count < limit; count++) { 556 556 macrx = RX_RING(mac, n);