aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/via-velocity.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/via-velocity.c')
-rw-r--r--drivers/net/via-velocity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/via-velocity.c b/drivers/net/via-velocity.c
index 74f894795a1b..4587f23f4e4b 100644
--- a/drivers/net/via-velocity.c
+++ b/drivers/net/via-velocity.c
@@ -3132,7 +3132,7 @@ static u16 wol_calc_crc(int size, u8 * pattern, u8 *mask_pattern)
3132 } 3132 }
3133 /* Finally, invert the result once to get the correct data */ 3133 /* Finally, invert the result once to get the correct data */
3134 crc = ~crc; 3134 crc = ~crc;
3135 return bitreverse(crc) >> 16; 3135 return bitrev32(crc) >> 16;
3136} 3136}
3137 3137
3138/** 3138/**