ahci: Soften up the dmesg on SB600 PMP softreset failure recovery
[safe/jmp/linux-2.6] / drivers / hwmon / ibmpex.c
index 537d9fb..a363633 100644 (file)
@@ -40,7 +40,7 @@
 
 static inline u16 extract_value(const char *data, int offset)
 {
-       return be16_to_cpup((u16 *)&data[offset]);
+       return be16_to_cpup((__be16 *)&data[offset]);
 }
 
 #define TEMP_SENSOR            1